#87420D

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

Shades of Saddle Brown #87420D

Tints of Saddle Brown #87420D

Color information

#87420D (or 0x87420D) is unknown color: approx Saddle Brown. HEX triplet: 87, 42 and 0D. RGB value is (135,66,13). Sum of RGB (Red+Green+Blue) = 135+66+13=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87420D is #78BDF2. Grayscale: #505050. Windows color (decimal): -7912947 or 868999. OLE color: 868999.

HSL color Cylindrical-coordinate representation of color #87420D: hue angle of 26.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87420D is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1356613-
CMYK00.510.900.47
HSL26.07º82.43%29.02%-
HSV(B)26.07º90.37%52.94%-
XYZ12.019.081.5-
YUV80.5989.86166.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 13 (5.47% from 255) = 6.07%
R=63.08%
G=30.84%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135661300.510.900.4726.0782.4329.02
Hex8742D0335A2F1a521d
Octal20710215063132573212235
Binary10000111100001011010110011101101010111111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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