#8E6205

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

Shades of Golden Brown #8E6205

Tints of Golden Brown #8E6205

Color information

#8E6205 (or 0x8E6205) is unknown color: approx Golden Brown. HEX triplet: 8E, 62 and 05. RGB value is (142,98,5). Sum of RGB (Red+Green+Blue) = 142+98+5=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6205 is #719DFA. Grayscale: #646464. Windows color (decimal): -7446011 or 352910. OLE color: 352910.

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

Color convert

RGB142985-
CMYK00.310.960.44
HSL40.73º93.2%28.82%-
HSV(B)40.73º96.48%55.69%-
XYZ15.5514.52.12-
YUV100.5574.08157.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=57.96%
G=40%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14298500.310.960.4440.7393.228.82
Hex8E62501F602C295d1d
Octal2161425037140545113535
Binary1000111011000101010111111100000101100101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,98,5); }

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

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

 a { background-color: rgb(142,98,5); }

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

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

 span { border-color: rgb(142,98,5); }

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