#8E5414

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

Shades of Saddle Brown #8E5414

Tints of Saddle Brown #8E5414

Color information

#8E5414 (or 0x8E5414) is unknown color: approx Saddle Brown. HEX triplet: 8E, 54 and 14. RGB value is (142,84,20). Sum of RGB (Red+Green+Blue) = 142+84+20=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5414 is #71ABEB. Grayscale: #5E5E5E. Windows color (decimal): -7449580 or 1332366. OLE color: 1332366.

HSL color Cylindrical-coordinate representation of color #8E5414: hue angle of 31.48º 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 #8E5414 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1428420-
CMYK00.410.860.44
HSL31.48º75.31%31.76%-
HSV(B)31.48º85.92%55.69%-
XYZ14.4512.142.24-
YUV94.0586.22162.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=57.72%
G=34.15%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142842000.410.860.4431.4875.3131.76
Hex8E5414029562C1f4b20
Octal21612424051126543711340
Binary1000111010101001010001010011010110101100111111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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