#872C04

Color #872C04 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #872C04

Tints of Saddle Brown #872C04

Color information

#872C04 (or 0x872C04) is unknown color: approx Saddle Brown. HEX triplet: 87, 2C and 04. RGB value is (135,44,4). Sum of RGB (Red+Green+Blue) = 135+44+4=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #872C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872C04 is #78D3FB. Grayscale: #424242. Windows color (decimal): -7918588 or 273543. OLE color: 273543.

HSL color Cylindrical-coordinate representation of color #872C04: hue angle of 18.32º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #872C04 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB135444-
CMYK00.670.970.47
HSL18.32º94.24%27.25%-
HSV(B)18.32º97.04%52.94%-
XYZ10.916.960.88-
YUV66.6592.65176.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=73.77%
G=24.04%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13544400.670.970.4718.3294.2427.25
Hex872C4043612F125e1b
Octal2075440103141572213633
Binary1000011110110010001000011110000110111110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872C04; }

 p { color: rgb(135,44,4); }

 H1.HeaderClassName
 {
   color: #872C04;
 }
 .AnyTagClassName
 {
   color: #872C04;
 }
</style>
background-color css

<style>
 a { background-color: #872C04; }

 a { background-color: rgb(135,44,4); }

 div.DivClassName
 {
   background-color: #872C04;
 }
 .BgClassName
 {
   background-color: #872C04;
 }
</style>
border-color css

<style>
 span { border-color: #872C04; }

 span { border-color: rgb(135,44,4); }

 td.TdClassName
 {
   border-color: #872C04;
 }
 .TagClassName
 {
   border-color: #872C04;
 }
</style>