Color Hex Logo

#854729 Color Hex

#854729
(133,71,41)
0 Favorites   0 Comments

Color spaces of #854729

RGB 1337141
HSL0.050.530.34
HSV20°69°52°
CMYK 0.000.470.69   0.48
XYZ12.32639.65313.3114
Yxy9.65310.48740.3817
Hunter Lab31.069416.445515.4294
CIE-Lab37.212523.721829.3175

#854729 color RGB value is (133,71,41).

#854729 hex color red value is 133, green value is 71 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #854729 hue: 0.05 , saturation: 0.53 and the lightness value of 854729 is 0.34.

The process color (four color CMYK) of #854729 color hex is 0.00, 0.47, 0.69, 0.48. Web safe color of #854729 is #993333. Color #854729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 00101001
Octal 205 107 51
Decimal 133 71 41
Hex 85 47 29

RGB Percentages of Color #854729

%54.29
%28.98
%16.73

CMYK Percentages of Color #854729

%0
%47
%69
%48

Triadic Colors of #854729

#854729 #298547 #472985

Analogous Colors of #854729

#854729 #857529 #852939

Monochromatic Colors of #854729

#854729

Complementary Color

#854729 #296785

#854729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854729 Color CSS Codes

.mybgcolor {background-color:#854729; } 
.myforecolor {color:#854729; }
.mybordercolor {border:3px solid #854729; }

#854729 Text Font Color

<p style="color:#854729">Text here</p>

This sample text font color is #854729
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#854729 Background Color

<div style="background-color:#854729">
Div content here</div>

This div background color is #854729


#854729 Border Color

<div style="border:3px solid #854729">
Div here</div>

This div border color is #854729


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,71,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854729; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854729;
  -webkit-box-shadow: 1px 1px 3px 2px #854729;
  box-shadow:         1px 1px 3px 2px #854729; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,71,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #854729">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #854729;
  -webkit-box-shadow: 1px 1px 3px 2px #854729;
  box-shadow:         1px 1px 3px 2px #854729;">
Div content here</div>

This div box has shadow with color #854729


Comments

No comments written yet.

Please login to write comment.