#8E500A

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

Shades of Saddle Brown #8E500A

Tints of Saddle Brown #8E500A

Color information

#8E500A (or 0x8E500A) is unknown color: approx Saddle Brown. HEX triplet: 8E, 50 and 0A. RGB value is (142,80,10). Sum of RGB (Red+Green+Blue) = 142+80+10=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E500A is #71AFF5. Grayscale: #5A5A5A. Windows color (decimal): -7450614 or 675982. OLE color: 675982.

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

Color convert

RGB1428010-
CMYK00.440.930.44
HSL31.82º86.84%29.8%-
HSV(B)31.82º92.96%55.69%-
XYZ14.0811.511.77-
YUV90.5682.54164.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.21%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=61.21%
G=34.48%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142801000.440.930.4431.8286.8429.8
Hex8E50A02C5D2C20571e
Octal21612012054135544012736
Binary100011101010000101001011001011101101100100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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