#8E5C04

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

Shades of Golden Brown #8E5C04

Tints of Golden Brown #8E5C04

Color information

#8E5C04 (or 0x8E5C04) is unknown color: approx Golden Brown. HEX triplet: 8E, 5C and 04. RGB value is (142,92,4). Sum of RGB (Red+Green+Blue) = 142+92+4=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5C04 is #71A3FB. Grayscale: #616161. Windows color (decimal): -7447548 or 285838. OLE color: 285838.

HSL color Cylindrical-coordinate representation of color #8E5C04: hue angle of 38.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E5C04 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB142924-
CMYK00.350.970.44
HSL38.26º94.52%28.63%-
HSV(B)38.26º97.18%55.69%-
XYZ1513.411.91-
YUV96.9275.56160.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=59.66%
G=38.66%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14292400.350.970.4438.2694.5228.63
Hex8E5C4023612C265f1d
Octal2161344043141544613735
Binary10001110101110010001000111100001101100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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