#8E4404

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

Shades of Saddle Brown #8E4404

Tints of Saddle Brown #8E4404

Color information

#8E4404 (or 0x8E4404) is unknown color: approx Saddle Brown. HEX triplet: 8E, 44 and 04. RGB value is (142,68,4). Sum of RGB (Red+Green+Blue) = 142+68+4=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4404 is #71BBFB. Grayscale: #535353. Windows color (decimal): -7453692 or 279694. OLE color: 279694.

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

Color convert

RGB142684-
CMYK00.520.970.44
HSL27.83º94.52%28.63%-
HSV(B)27.83º97.18%55.69%-
XYZ13.249.891.33-
YUV82.8383.52170.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.36%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=66.36%
G=31.78%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14268400.520.970.4427.8394.5228.63
Hex8E444034612C1c5f1d
Octal2161044064141543413735
Binary1000111010001001000110100110000110110011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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