#8E5106

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

Shades of Saddle Brown #8E5106

Tints of Saddle Brown #8E5106

Color information

#8E5106 (or 0x8E5106) is unknown color: approx Saddle Brown. HEX triplet: 8E, 51 and 06. RGB value is (142,81,6). Sum of RGB (Red+Green+Blue) = 142+81+6=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5106 is #71AEF9. Grayscale: #5B5B5B. Windows color (decimal): -7450362 or 414094. OLE color: 414094.

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

Color convert

RGB142816-
CMYK00.430.960.44
HSL33.09º91.89%29.02%-
HSV(B)33.09º95.77%55.69%-
XYZ14.1311.651.68-
YUV90.6980.21164.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=62.01%
G=35.37%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14281600.430.960.4433.0991.8929.02
Hex8E51602B602C215c1d
Octal2161216053140544113435
Binary10001110101000111001010111100000101100100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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