#8E7207

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

Shades of Golden Brown #8E7207

Tints of Golden Brown #8E7207

Color information

#8E7207 (or 0x8E7207) is unknown color: approx Golden Brown. HEX triplet: 8E, 72 and 07. RGB value is (142,114,7). Sum of RGB (Red+Green+Blue) = 142+114+7=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7207 is #718DF8. Grayscale: #6E6E6E. Windows color (decimal): -7441913 or 488078. OLE color: 488078.

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

Color convert

RGB1421147-
CMYK00.200.950.44
HSL47.56º90.6%29.22%-
HSV(B)47.56º95.07%55.69%-
XYZ17.2117.82.73-
YUV110.1769.78150.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=53.99%
G=43.35%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142114700.200.950.4447.5690.629.22
Hex8E7270145F2C305b1d
Octal2161627024137546013335
Binary1000111011100101110101001011111101100110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,7); }

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

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

 a { background-color: rgb(142,114,7); }

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

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

 span { border-color: rgb(142,114,7); }

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