#8E540B

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

Shades of Saddle Brown #8E540B

Tints of Saddle Brown #8E540B

Color information

#8E540B (or 0x8E540B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 54 and 0B. RGB value is (142,84,11). Sum of RGB (Red+Green+Blue) = 142+84+11=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E540B is #71ABF4. Grayscale: #5D5D5D. Windows color (decimal): -7449589 or 742542. OLE color: 742542.

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

Color convert

RGB1428411-
CMYK00.410.920.44
HSL33.44º85.62%30%-
HSV(B)33.44º92.25%55.69%-
XYZ14.3912.121.9-
YUV93.0281.72162.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.92%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 11 (4.69% from 255) = 4.64%
R=59.92%
G=35.44%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142841100.410.920.4433.4485.6230
Hex8E54B0295C2C21561e
Octal21612413051134544112636
Binary100011101010100101101010011011100101100100001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,11); }

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

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

 a { background-color: rgb(142,84,11); }

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

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

 span { border-color: rgb(142,84,11); }

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