#8E5C02

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

Shades of Golden Brown #8E5C02

Tints of Golden Brown #8E5C02

Color information

#8E5C02 (or 0x8E5C02) is unknown color: approx Golden Brown. HEX triplet: 8E, 5C and 02. RGB value is (142,92,2). Sum of RGB (Red+Green+Blue) = 142+92+2=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5C02 is #71A3FD. Grayscale: #616161. Windows color (decimal): -7447550 or 154766. OLE color: 154766.

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

Color convert

RGB142922-
CMYK00.350.990.44
HSL38.57º97.22%28.24%-
HSV(B)38.57º98.59%55.69%-
XYZ14.9913.411.86-
YUV96.6974.56160.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=60.17%
G=38.98%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14292200.350.990.4438.5797.2228.24
Hex8E5C2023632C27611c
Octal2161342043143544714134
Binary1000111010111001001000111100011101100100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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