#8E5514

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

Shades of Saddle Brown #8E5514

Tints of Saddle Brown #8E5514

Color information

#8E5514 (or 0x8E5514) is unknown color: approx Saddle Brown. HEX triplet: 8E, 55 and 14. RGB value is (142,85,20). Sum of RGB (Red+Green+Blue) = 142+85+20=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5514 is #71AAEB. Grayscale: #5E5E5E. Windows color (decimal): -7449324 or 1332622. OLE color: 1332622.

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

Color convert

RGB1428520-
CMYK00.400.860.44
HSL31.97º75.31%31.76%-
HSV(B)31.97º85.92%55.69%-
XYZ14.5312.32.27-
YUV94.6385.88161.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=57.49%
G=34.41%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142852000.400.860.4431.9775.3131.76
Hex8E5514028562C204b20
Octal21612524050126544011340
Binary10001110101010110100010100010101101011001000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,85,20); }

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

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

 a { background-color: rgb(142,85,20); }

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

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

 span { border-color: rgb(142,85,20); }

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