#8E580B

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

Shades of Golden Brown #8E580B

Tints of Golden Brown #8E580B

Color information

#8E580B (or 0x8E580B) is unknown color: approx Golden Brown. HEX triplet: 8E, 58 and 0B. RGB value is (142,88,11). Sum of RGB (Red+Green+Blue) = 142+88+11=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E580B is #71A7F4. Grayscale: #5F5F5F. Windows color (decimal): -7448565 or 743566. OLE color: 743566.

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

Color convert

RGB1428811-
CMYK00.380.920.44
HSL35.27º85.62%30%-
HSV(B)35.27º92.25%55.69%-
XYZ14.7112.752-
YUV95.3780.39161.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=58.92%
G=36.51%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142881100.380.920.4435.2785.6230
Hex8E58B0265C2C23561e
Octal21613013046134544312636
Binary100011101011000101101001101011100101100100011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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