Color Hex Logo

#855711 Color Hex

#855711
(133,87,17)
0 Favorites   0 Comments

Color spaces of #855711

RGB 1338717
HSL0.100.770.29
HSV36°87°52°
CMYK 0.000.350.87   0.48
XYZ13.182211.84342.1215
Yxy11.84340.48560.4363
Hunter Lab34.41428.148620.4350
CIE-Lab40.966113.269544.3999

#855711 color RGB value is (133,87,17).

#855711 hex color red value is 133, green value is 87 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #855711 hue: 0.10 , saturation: 0.77 and the lightness value of 855711 is 0.29.

The process color (four color CMYK) of #855711 color hex is 0.00, 0.35, 0.87, 0.48. Web safe color of #855711 is #996600. Color #855711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 00010001
Octal 205 127 21
Decimal 133 87 17
Hex 85 57 11

RGB Percentages of Color #855711

%56.12
%36.71
%7.17

CMYK Percentages of Color #855711

%0
%35
%87
%48

Triadic Colors of #855711

#855711 #118557 #571185

Analogous Colors of #855711

#855711 #798511 #851d11

Monochromatic Colors of #855711

#855711

Complementary Color

#855711 #113f85

#855711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855711 Color CSS Codes

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

#855711 Text Font Color

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

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


#855711 Background Color

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

This div background color is #855711


#855711 Border Color

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

This div border color is #855711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855711


Comments

No comments written yet.

Please login to write comment.