#8E5602

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

Shades of Golden Brown #8E5602

Tints of Golden Brown #8E5602

Color information

#8E5602 (or 0x8E5602) is unknown color: approx Golden Brown. HEX triplet: 8E, 56 and 02. RGB value is (142,86,2). Sum of RGB (Red+Green+Blue) = 142+86+2=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5602 is #71A9FD. Grayscale: #5D5D5D. Windows color (decimal): -7449086 or 153230. OLE color: 153230.

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

Color convert

RGB142862-
CMYK00.390.990.44
HSL36º97.22%28.24%-
HSV(B)36º98.59%55.69%-
XYZ14.4912.411.69-
YUV93.1776.55162.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=61.74%
G=37.39%
B=0.87%

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
Decimal14286200.390.990.443697.2228.24
Hex8E562027632C24611c
Octal2161262047143544414134
Binary1000111010101101001001111100011101100100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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