#8E5815

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

Shades of Golden Brown #8E5815

Tints of Golden Brown #8E5815

Color information

#8E5815 (or 0x8E5815) is unknown color: approx Golden Brown. HEX triplet: 8E, 58 and 15. RGB value is (142,88,21). Sum of RGB (Red+Green+Blue) = 142+88+21=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5815 is #71A7EA. Grayscale: #606060. Windows color (decimal): -7448555 or 1398926. OLE color: 1398926.

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

Color convert

RGB1428821-
CMYK00.380.850.44
HSL33.22º74.23%31.96%-
HSV(B)33.22º85.21%55.69%-
XYZ14.7812.782.4-
YUV96.5185.39160.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.57%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=56.57%
G=35.06%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142882100.380.850.4433.2274.2331.96
Hex8E5815026552C214a20
Octal21613025046125544111240
Binary10001110101100010101010011010101011011001000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,21); }

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

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

 a { background-color: rgb(142,88,21); }

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

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

 span { border-color: rgb(142,88,21); }

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