Color Hex Logo

#855516 Color Hex

#855516
(133,85,22)
0 Favorites   0 Comments

Color spaces of #855516

RGB 1338522
HSL0.090.720.30
HSV34°83°52°
CMYK 0.000.360.83   0.48
XYZ13.066211.54152.2981
Yxy11.54150.48560.4290
Hunter Lab33.97289.200119.7703
CIE-Lab40.477914.612542.1044

#855516 color RGB value is (133,85,22).

#855516 hex color red value is 133, green value is 85 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #855516 hue: 0.09 , saturation: 0.72 and the lightness value of 855516 is 0.30.

The process color (four color CMYK) of #855516 color hex is 0.00, 0.36, 0.83, 0.48. Web safe color of #855516 is #996600. Color #855516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 00010110
Octal 205 125 26
Decimal 133 85 22
Hex 85 55 16

RGB Percentages of Color #855516

%55.42
%35.42
%9.17

CMYK Percentages of Color #855516

%0
%36
%83
%48

Triadic Colors of #855516

#855516 #168555 #551685

Analogous Colors of #855516

#855516 #7e8516 #851e16

Monochromatic Colors of #855516

#855516

Complementary Color

#855516 #164685

#855516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855516 Color CSS Codes

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

#855516 Text Font Color

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

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


#855516 Background Color

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

This div background color is #855516


#855516 Border Color

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

This div border color is #855516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855516


Comments

No comments written yet.

Please login to write comment.