#8E511B

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

Shades of Saddle Brown #8E511B

Tints of Saddle Brown #8E511B

Color information

#8E511B (or 0x8E511B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 51 and 1B. RGB value is (142,81,27). Sum of RGB (Red+Green+Blue) = 142+81+27=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E511B is #71AEE4. Grayscale: #5D5D5D. Windows color (decimal): -7450341 or 1790350. OLE color: 1790350.

HSL color Cylindrical-coordinate representation of color #8E511B: hue angle of 28.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E511B is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1428127-
CMYK00.430.810.44
HSL28.17º68.05%33.14%-
HSV(B)28.17º80.99%55.69%-
XYZ14.311.712.54-
YUV93.0890.71162.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=56.8%
G=32.4%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142812700.430.810.4428.1768.0533.14
Hex8E511B02B512C1c4421
Octal21612133053121543410441
Binary1000111010100011101101010111010001101100111001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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