#8E3307

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

Shades of Saddle Brown #8E3307

Tints of Saddle Brown #8E3307

Color information

#8E3307 (or 0x8E3307) is unknown color: approx Saddle Brown. HEX triplet: 8E, 33 and 07. RGB value is (142,51,7). Sum of RGB (Red+Green+Blue) = 142+51+7=200 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3307 is #71CCF8. Grayscale: #494949. Windows color (decimal): -7458041 or 471950. OLE color: 471950.

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

Color convert

RGB142517-
CMYK00.640.950.44
HSL19.56º90.6%29.22%-
HSV(B)19.56º95.07%55.69%-
XYZ12.388.131.12-
YUV73.1990.65177.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 7 (3.12% from 255) = 3.5%
R=71%
G=25.5%
B=3.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14251700.640.950.4419.5690.629.22
Hex8E3370405F2C145b1d
Octal2166370100137542413335
Binary1000111011001111101000000101111110110010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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