#87420E

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

Shades of Saddle Brown #87420E

Tints of Saddle Brown #87420E

Color information

#87420E (or 0x87420E) is unknown color: approx Saddle Brown. HEX triplet: 87, 42 and 0E. RGB value is (135,66,14). Sum of RGB (Red+Green+Blue) = 135+66+14=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87420E is #78BDF1. Grayscale: #505050. Windows color (decimal): -7912946 or 934535. OLE color: 934535.

HSL color Cylindrical-coordinate representation of color #87420E: hue angle of 25.79º degrees, saturation: 0.81, 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 #87420E is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1356614-
CMYK00.510.900.47
HSL25.79º81.21%29.22%-
HSV(B)25.79º89.63%52.94%-
XYZ12.029.081.53-
YUV80.790.36166.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=62.79%
G=30.70%
B=6.51%

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
Decimal135661400.510.900.4725.7981.2129.22
Hex8742E0335A2F1a511d
Octal20710216063132573212135
Binary10000111100001011100110011101101010111111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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