#872D02

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

Shades of Saddle Brown #872D02

Tints of Saddle Brown #872D02

Color information

#872D02 (or 0x872D02) is unknown color: approx Saddle Brown. HEX triplet: 87, 2D and 02. RGB value is (135,45,2). Sum of RGB (Red+Green+Blue) = 135+45+2=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #872D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D02 is #78D2FD. Grayscale: #434343. Windows color (decimal): -7918334 or 142727. OLE color: 142727.

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

Color convert

RGB135452-
CMYK00.670.990.47
HSL19.4º97.08%26.86%-
HSV(B)19.4º98.52%52.94%-
XYZ10.947.030.84-
YUV67.0191.32176.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=74.18%
G=24.73%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13545200.670.990.4719.497.0826.86
Hex872D2043632F13611b
Octal2075520103143572314133
Binary100001111011011001000011110001110111110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,45,2); }

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

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

 a { background-color: rgb(135,45,2); }

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

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

 span { border-color: rgb(135,45,2); }

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