Color Hex Logo

#852011 Color Hex

#852011
(133,32,17)
0 Favorites   0 Comments

Color spaces of #852011

RGB 1333217
HSL0.020.770.29
HSV87°52°
CMYK 0.000.760.87   0.48
XYZ10.29066.06001.1576
Yxy6.06000.58780.3461
Hunter Lab24.617131.538014.4439
CIE-Lab29.563341.913734.5801

#852011 color RGB value is (133,32,17).

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

The process color (four color CMYK) of #852011 color hex is 0.00, 0.76, 0.87, 0.48. Web safe color of #852011 is #993300. Color #852011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 00010001
Octal 205 40 21
Decimal 133 32 17
Hex 85 20 11

RGB Percentages of Color #852011

%73.08
%17.58
%9.34

CMYK Percentages of Color #852011

%0
%76
%87
%48

Triadic Colors of #852011

#852011 #118520 #201185

Analogous Colors of #852011

#852011 #855a11 #85113c

Monochromatic Colors of #852011

#852011

Complementary Color

#852011 #117685

#852011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852011 Color CSS Codes

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

#852011 Text Font Color

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

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


#852011 Background Color

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

This div background color is #852011


#852011 Border Color

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

This div border color is #852011


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,32,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 #852011">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852011


Comments

No comments written yet.

Please login to write comment.