#8E6207

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

Shades of Golden Brown #8E6207

Tints of Golden Brown #8E6207

Color information

#8E6207 (or 0x8E6207) is unknown color: approx Golden Brown. HEX triplet: 8E, 62 and 07. RGB value is (142,98,7). Sum of RGB (Red+Green+Blue) = 142+98+7=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6207 is #719DF8. Grayscale: #656565. Windows color (decimal): -7446009 or 483982. OLE color: 483982.

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

Color convert

RGB142987-
CMYK00.310.950.44
HSL40.44º90.6%29.22%-
HSV(B)40.44º95.07%55.69%-
XYZ15.5614.52.18-
YUV100.7875.08157.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=57.49%
G=39.68%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14298700.310.950.4440.4490.629.22
Hex8E62701F5F2C285b1d
Octal2161427037137545013335
Binary1000111011000101110111111011111101100101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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