Color Hex Logo

#855209 Color Hex

#855209
(133,82,9)
0 Favorites   0 Comments

Color spaces of #855209

RGB 133829
HSL0.100.870.28
HSV35°93°52°
CMYK 0.000.380.93   0.48
XYZ12.739511.04091.7181
Yxy11.04090.49960.4330
Hunter Lab33.227810.287920.1938
CIE-Lab39.649316.015445.7829

#855209 color RGB value is (133,82,9).

#855209 hex color red value is 133, green value is 82 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #855209 hue: 0.10 , saturation: 0.87 and the lightness value of 855209 is 0.28.

The process color (four color CMYK) of #855209 color hex is 0.00, 0.38, 0.93, 0.48. Web safe color of #855209 is #996600. Color #855209 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 00001001
Octal 205 122 11
Decimal 133 82 9
Hex 85 52 9

RGB Percentages of Color #855209

%59.38
%36.61
%4.02

CMYK Percentages of Color #855209

%0
%38
%93
%48

Triadic Colors of #855209

#855209 #098552 #520985

Analogous Colors of #855209

#855209 #7a8509 #851409

Monochromatic Colors of #855209

#855209

Complementary Color

#855209 #093c85

#855209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855209 Color CSS Codes

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

#855209 Text Font Color

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

This sample text font color is #855209
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.


#855209 Background Color

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

This div background color is #855209


#855209 Border Color

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

This div border color is #855209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855209


Comments

No comments written yet.

Please login to write comment.