Color Hex Logo

#872820 Color Hex

#872820
(135,40,32)
0 Favorites   0 Comments

Color spaces of #872820

RGB 1354032
HSL0.010.620.33
HSV76°53°
CMYK 0.000.700.76   0.47
XYZ11.01126.77282.0934
Yxy6.77280.55400.3407
Hunter Lab26.024629.981613.4480
CIE-Lab31.284039.934627.9452

#872820 color RGB value is (135,40,32).

#872820 hex color red value is 135, green value is 40 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #872820 hue: 0.01 , saturation: 0.62 and the lightness value of 872820 is 0.33.

The process color (four color CMYK) of #872820 color hex is 0.00, 0.70, 0.76, 0.47. Web safe color of #872820 is #993333. Color #872820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101000 00100000
Octal 207 50 40
Decimal 135 40 32
Hex 87 28 20

RGB Percentages of Color #872820

%65.22
%19.32
%15.46

CMYK Percentages of Color #872820

%0
%70
%76
%47

Triadic Colors of #872820

#872820 #208728 #282087

Analogous Colors of #872820

#872820 #875c20 #87204c

Monochromatic Colors of #872820

#872820

Complementary Color

#872820 #207f87

#872820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872820 Color CSS Codes

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

#872820 Text Font Color

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

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


#872820 Background Color

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

This div background color is #872820


#872820 Border Color

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

This div border color is #872820


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,40,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872820


Comments

No comments written yet.

Please login to write comment.