#8E5C0B

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

Shades of Golden Brown #8E5C0B

Tints of Golden Brown #8E5C0B

Color information

#8E5C0B (or 0x8E5C0B) is unknown color: approx Golden Brown. HEX triplet: 8E, 5C and 0B. RGB value is (142,92,11). Sum of RGB (Red+Green+Blue) = 142+92+11=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5C0B is #71A3F4. Grayscale: #626262. Windows color (decimal): -7447541 or 744590. OLE color: 744590.

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

Color convert

RGB1429211-
CMYK00.350.920.44
HSL37.1º85.62%30%-
HSV(B)37.1º92.25%55.69%-
XYZ15.0413.432.12-
YUV97.7279.06159.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 11 (4.69% from 255) = 4.49%
R=57.96%
G=37.55%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142921100.350.920.4437.185.6230
Hex8E5CB0235C2C25561e
Octal21613413043134544512636
Binary100011101011100101101000111011100101100100101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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