#8E4904

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

Shades of Saddle Brown #8E4904

Tints of Saddle Brown #8E4904

Color information

#8E4904 (or 0x8E4904) is unknown color: approx Saddle Brown. HEX triplet: 8E, 49 and 04. RGB value is (142,73,4). Sum of RGB (Red+Green+Blue) = 142+73+4=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4904 is #71B6FB. Grayscale: #565656. Windows color (decimal): -7452412 or 280974. OLE color: 280974.

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

Color convert

RGB142734-
CMYK00.490.970.44
HSL30º94.52%28.63%-
HSV(B)30º97.18%55.69%-
XYZ13.5610.521.43-
YUV85.7681.86168.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=64.84%
G=33.33%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14273400.490.970.443094.5228.63
Hex8E494031612C1e5f1d
Octal2161114061141543613735
Binary1000111010010011000110001110000110110011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,4); }

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

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

 a { background-color: rgb(142,73,4); }

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

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

 span { border-color: rgb(142,73,4); }

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