#8E5012

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

Shades of Saddle Brown #8E5012

Tints of Saddle Brown #8E5012

Color information

#8E5012 (or 0x8E5012) is unknown color: approx Saddle Brown. HEX triplet: 8E, 50 and 12. RGB value is (142,80,18). Sum of RGB (Red+Green+Blue) = 142+80+18=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5012 is #71AFED. Grayscale: #5B5B5B. Windows color (decimal): -7450606 or 1200270. OLE color: 1200270.

HSL color Cylindrical-coordinate representation of color #8E5012: hue angle of 30º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E5012 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1428018-
CMYK00.440.870.44
HSL30º77.5%31.37%-
HSV(B)30º87.32%55.69%-
XYZ14.1311.532.05-
YUV91.4786.54164.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=59.17%
G=33.33%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142801800.440.870.443077.531.37
Hex8E501202C572C1e4e1f
Octal21612022054127543611637
Binary100011101010000100100101100101011110110011110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,18); }

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

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

 a { background-color: rgb(142,80,18); }

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

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

 span { border-color: rgb(142,80,18); }

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