#8E3606

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

Shades of Saddle Brown #8E3606

Tints of Saddle Brown #8E3606

Color information

#8E3606 (or 0x8E3606) is unknown color: approx Saddle Brown. HEX triplet: 8E, 36 and 06. RGB value is (142,54,6). Sum of RGB (Red+Green+Blue) = 142+54+6=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3606 is #71C9F9. Grayscale: #4B4B4B. Windows color (decimal): -7457274 or 407182. OLE color: 407182.

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

Color convert

RGB142546-
CMYK00.620.960.44
HSL21.18º91.89%29.02%-
HSV(B)21.18º95.77%55.69%-
XYZ12.518.41.13-
YUV74.8489.15175.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.30%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=70.30%
G=26.73%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14254600.620.960.4421.1891.8929.02
Hex8E36603E602C155c1d
Octal216666076140542513435
Binary100011101101101100111110110000010110010101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,6); }

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

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

 a { background-color: rgb(142,54,6); }

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

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

 span { border-color: rgb(142,54,6); }

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