Color Hex Logo

#872720 Color Hex

#872720
(135,39,32)
0 Favorites   0 Comments

Color spaces of #872720

RGB 1353932
HSL0.010.620.33
HSV76°53°
CMYK 0.000.710.76   0.47
XYZ10.97796.70622.0823
Yxy6.70620.55540.3393
Hunter Lab25.896330.350613.3600
CIE-Lab31.128540.358827.7719

#872720 color RGB value is (135,39,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100111 00100000
Octal 207 47 40
Decimal 135 39 32
Hex 87 27 20

RGB Percentages of Color #872720

%65.53
%18.93
%15.53

CMYK Percentages of Color #872720

%0
%71
%76
%47

Triadic Colors of #872720

#872720 #208727 #272087

Analogous Colors of #872720

#872720 #875b20 #87204d

Monochromatic Colors of #872720

#872720

Complementary Color

#872720 #208087

#872720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872720 Color CSS Codes

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

#872720 Text Font Color

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

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


#872720 Background Color

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

This div background color is #872720


#872720 Border Color

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

This div border color is #872720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872720


Comments

No comments written yet.

Please login to write comment.