#8E4E07

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

Shades of Saddle Brown #8E4E07

Tints of Saddle Brown #8E4E07

Color information

#8E4E07 (or 0x8E4E07) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4E and 07. RGB value is (142,78,7). Sum of RGB (Red+Green+Blue) = 142+78+7=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4E07 is #71B1F8. Grayscale: #595959. Windows color (decimal): -7451129 or 478862. OLE color: 478862.

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

Color convert

RGB142787-
CMYK00.450.950.44
HSL31.56º90.6%29.22%-
HSV(B)31.56º95.07%55.69%-
XYZ13.9211.211.63-
YUV89.0481.7165.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=62.56%
G=34.36%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14278700.450.950.4431.5690.629.22
Hex8E4E702D5F2C205b1d
Octal2161167055137544013335
Binary10001110100111011101011011011111101100100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,78,7); }

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

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

 a { background-color: rgb(142,78,7); }

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

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

 span { border-color: rgb(142,78,7); }

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