#8E4F04

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

Shades of Saddle Brown #8E4F04

Tints of Saddle Brown #8E4F04

Color information

#8E4F04 (or 0x8E4F04) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4F and 04. RGB value is (142,79,4). Sum of RGB (Red+Green+Blue) = 142+79+4=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4F04 is #71B0FB. Grayscale: #595959. Windows color (decimal): -7450876 or 282510. OLE color: 282510.

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

Color convert

RGB142794-
CMYK00.440.970.44
HSL32.61º94.52%28.63%-
HSV(B)32.61º97.18%55.69%-
XYZ13.9711.351.57-
YUV89.2979.87165.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=63.11%
G=35.11%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14279400.440.970.4432.6194.5228.63
Hex8E4F402C612C215f1d
Octal2161174054141544113735
Binary10001110100111110001011001100001101100100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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