#8E5F07

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

Shades of Golden Brown #8E5F07

Tints of Golden Brown #8E5F07

Color information

#8E5F07 (or 0x8E5F07) is unknown color: approx Golden Brown. HEX triplet: 8E, 5F and 07. RGB value is (142,95,7). Sum of RGB (Red+Green+Blue) = 142+95+7=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5F07 is #71A0F8. Grayscale: #636363. Windows color (decimal): -7446777 or 483214. OLE color: 483214.

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

Color convert

RGB142957-
CMYK00.330.950.44
HSL39.11º90.6%29.22%-
HSV(B)39.11º95.07%55.69%-
XYZ15.2913.952.09-
YUV99.0276.07158.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 7 (3.12% from 255) = 2.87%
R=58.20%
G=38.93%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14295700.330.950.4439.1190.629.22
Hex8E5F70215F2C275b1d
Octal2161377041137544713335
Binary10001110101111111101000011011111101100100111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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