#8E5F05

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

Shades of Golden Brown #8E5F05

Tints of Golden Brown #8E5F05

Color information

#8E5F05 (or 0x8E5F05) is unknown color: approx Golden Brown. HEX triplet: 8E, 5F and 05. RGB value is (142,95,5). Sum of RGB (Red+Green+Blue) = 142+95+5=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5F05 is #71A0FA. Grayscale: #636363. Windows color (decimal): -7446779 or 352142. OLE color: 352142.

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

Color convert

RGB142955-
CMYK00.330.960.44
HSL39.42º93.2%28.82%-
HSV(B)39.42º96.48%55.69%-
XYZ15.2713.952.03-
YUV98.7975.07158.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.68%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=58.68%
G=39.26%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14295500.330.960.4439.4293.228.82
Hex8E5F5021602C275d1d
Octal2161375041140544713535
Binary10001110101111110101000011100000101100100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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