#8E5603

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

Shades of Golden Brown #8E5603

Tints of Golden Brown #8E5603

Color information

#8E5603 (or 0x8E5603) is unknown color: approx Golden Brown. HEX triplet: 8E, 56 and 03. RGB value is (142,86,3). Sum of RGB (Red+Green+Blue) = 142+86+3=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5603 is #71A9FC. Grayscale: #5D5D5D. Windows color (decimal): -7449085 or 218766. OLE color: 218766.

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

Color convert

RGB142863-
CMYK00.390.980.44
HSL35.83º95.86%28.43%-
HSV(B)35.83º97.89%55.69%-
XYZ14.512.411.72-
YUV93.2877.05162.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.47%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=61.47%
G=37.23%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14286300.390.980.4435.8395.8628.43
Hex8E563027622C24601c
Octal2161263047142544414034
Binary1000111010101101101001111100010101100100100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,3); }

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

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

 a { background-color: rgb(142,86,3); }

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

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

 span { border-color: rgb(142,86,3); }

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