#8E4607

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

Shades of Saddle Brown #8E4607

Tints of Saddle Brown #8E4607

Color information

#8E4607 (or 0x8E4607) is unknown color: approx Saddle Brown. HEX triplet: 8E, 46 and 07. RGB value is (142,70,7). Sum of RGB (Red+Green+Blue) = 142+70+7=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4607 is #71B9F8. Grayscale: #545454. Windows color (decimal): -7453177 or 476814. OLE color: 476814.

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

Color convert

RGB142707-
CMYK00.510.950.44
HSL28º90.6%29.22%-
HSV(B)28º95.07%55.69%-
XYZ13.3810.151.45-
YUV84.3584.35169.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 7 (3.12% from 255) = 3.20%
R=64.84%
G=31.96%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14270700.510.950.442890.629.22
Hex8E4670335F2C1c5b1d
Octal2161067063137543413335
Binary1000111010001101110110011101111110110011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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