#8E5110

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

Shades of Saddle Brown #8E5110

Tints of Saddle Brown #8E5110

Color information

#8E5110 (or 0x8E5110) is unknown color: approx Saddle Brown. HEX triplet: 8E, 51 and 10. RGB value is (142,81,16). Sum of RGB (Red+Green+Blue) = 142+81+16=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5110 is #71AEEF. Grayscale: #5C5C5C. Windows color (decimal): -7450352 or 1069454. OLE color: 1069454.

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

Color convert

RGB1428116-
CMYK00.430.890.44
HSL30.95º79.75%30.98%-
HSV(B)30.95º88.73%55.69%-
XYZ14.1911.672-
YUV91.8385.21163.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=59.41%
G=33.89%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142811600.430.890.4430.9579.7530.98
Hex8E511002B592C1f501f
Octal21612120053131543712037
Binary100011101010001100000101011101100110110011111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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