#8E4804

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

Shades of Saddle Brown #8E4804

Tints of Saddle Brown #8E4804

Color information

#8E4804 (or 0x8E4804) is unknown color: approx Saddle Brown. HEX triplet: 8E, 48 and 04. RGB value is (142,72,4). Sum of RGB (Red+Green+Blue) = 142+72+4=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4804 is #71B7FB. Grayscale: #555555. Windows color (decimal): -7452668 or 280718. OLE color: 280718.

HSL color Cylindrical-coordinate representation of color #8E4804: hue angle of 29.57º 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 #8E4804 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB142724-
CMYK00.490.970.44
HSL29.57º94.52%28.63%-
HSV(B)29.57º97.18%55.69%-
XYZ13.4910.391.41-
YUV85.1882.19168.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.14%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=65.14%
G=33.03%
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
Decimal14272400.490.970.4429.5794.5228.63
Hex8E484031612C1e5f1d
Octal2161104061141543613735
Binary1000111010010001000110001110000110110011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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