#8E5601

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

Shades of Golden Brown #8E5601

Tints of Golden Brown #8E5601

Color information

#8E5601 (or 0x8E5601) is unknown color: approx Golden Brown. HEX triplet: 8E, 56 and 01. RGB value is (142,86,1). Sum of RGB (Red+Green+Blue) = 142+86+1=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5601 is #71A9FE. Grayscale: #5D5D5D. Windows color (decimal): -7449087 or 87694. OLE color: 87694.

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

Color convert

RGB142861-
CMYK00.390.990.44
HSL36.17º98.6%28.04%-
HSV(B)36.17º99.3%55.69%-
XYZ14.4912.411.66-
YUV93.0576.05162.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=62.01%
G=37.55%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14286100.390.990.4436.1798.628.04
Hex8E561027632C24631c
Octal2161261047143544414334
Binary100011101010110101001111100011101100100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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