#8E5611

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

Shades of Golden Brown #8E5611

Tints of Golden Brown #8E5611

Color information

#8E5611 (or 0x8E5611) is unknown color: approx Golden Brown. HEX triplet: 8E, 56 and 11. RGB value is (142,86,17). Sum of RGB (Red+Green+Blue) = 142+86+17=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5611 is #71A9EE. Grayscale: #5F5F5F. Windows color (decimal): -7449071 or 1136270. OLE color: 1136270.

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

Color convert

RGB1428617-
CMYK00.390.880.44
HSL33.12º78.62%31.18%-
HSV(B)33.12º88.03%55.69%-
XYZ14.5812.452.16-
YUV94.8884.05161.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=57.96%
G=35.10%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142861700.390.880.4433.1278.6231.18
Hex8E5611027582C214f1f
Octal21612621047130544111737
Binary1000111010101101000101001111011000101100100001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,17); }

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

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

 a { background-color: rgb(142,86,17); }

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

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

 span { border-color: rgb(142,86,17); }

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