#8E4205

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

Shades of Saddle Brown #8E4205

Tints of Saddle Brown #8E4205

Color information

#8E4205 (or 0x8E4205) is unknown color: approx Saddle Brown. HEX triplet: 8E, 42 and 05. RGB value is (142,66,5). Sum of RGB (Red+Green+Blue) = 142+66+5=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4205 is #71BDFA. Grayscale: #525252. Windows color (decimal): -7454203 or 344718. OLE color: 344718.

HSL color Cylindrical-coordinate representation of color #8E4205: hue angle of 26.72º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E4205 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142665-
CMYK00.540.960.44
HSL26.72º93.2%28.82%-
HSV(B)26.72º96.48%55.69%-
XYZ13.139.661.32-
YUV81.7784.68170.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.67%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 5 (2.34% from 255) = 2.35%
R=66.67%
G=30.99%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14266500.540.960.4426.7293.228.82
Hex8E425036602C1b5d1d
Octal2161025066140543313535
Binary1000111010000101010110110110000010110011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4205; }

 p { color: rgb(142,66,5); }

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

<style>
 a { background-color: #8E4205; }

 a { background-color: rgb(142,66,5); }

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

<style>
 span { border-color: #8E4205; }

 span { border-color: rgb(142,66,5); }

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