#8E5C0C

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

Shades of Golden Brown #8E5C0C

Tints of Golden Brown #8E5C0C

Color information

#8E5C0C (or 0x8E5C0C) is unknown color: approx Golden Brown. HEX triplet: 8E, 5C and 0C. RGB value is (142,92,12). Sum of RGB (Red+Green+Blue) = 142+92+12=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5C0C is #71A3F3. Grayscale: #626262. Windows color (decimal): -7447540 or 810126. OLE color: 810126.

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

Color convert

RGB1429212-
CMYK00.350.920.44
HSL36.92º84.42%30.2%-
HSV(B)36.92º91.55%55.69%-
XYZ15.0513.432.15-
YUV97.8379.56159.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=57.72%
G=37.40%
B=4.88%

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
Decimal142921200.350.920.4436.9284.4230.2
Hex8E5CC0235C2C25541e
Octal21613414043134544512436
Binary100011101011100110001000111011100101100100101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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