#87420A

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

Shades of Saddle Brown #87420A

Tints of Saddle Brown #87420A

Color information

#87420A (or 0x87420A) is unknown color: approx Saddle Brown. HEX triplet: 87, 42 and 0A. RGB value is (135,66,10). Sum of RGB (Red+Green+Blue) = 135+66+10=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #87420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87420A is #78BDF5. Grayscale: #505050. Windows color (decimal): -7912950 or 672391. OLE color: 672391.

HSL color Cylindrical-coordinate representation of color #87420A: hue angle of 26.88º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87420A is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1356610-
CMYK00.510.930.47
HSL26.88º86.21%28.43%-
HSV(B)26.88º92.59%52.94%-
XYZ11.999.071.41-
YUV80.2588.36167.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.98%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=63.98%
G=31.28%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135661000.510.930.4726.8886.2128.43
Hex8742A0335D2F1b561c
Octal20710212063135573312634
Binary10000111100001010100110011101110110111111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87420A; }

 p { color: rgb(135,66,10); }

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

<style>
 a { background-color: #87420A; }

 a { background-color: rgb(135,66,10); }

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

<style>
 span { border-color: #87420A; }

 span { border-color: rgb(135,66,10); }

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