#8E5705

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

Shades of Golden Brown #8E5705

Tints of Golden Brown #8E5705

Color information

#8E5705 (or 0x8E5705) is unknown color: approx Golden Brown. HEX triplet: 8E, 57 and 05. RGB value is (142,87,5). Sum of RGB (Red+Green+Blue) = 142+87+5=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5705 is #71A8FA. Grayscale: #5E5E5E. Windows color (decimal): -7448827 or 350094. OLE color: 350094.

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

Color convert

RGB142875-
CMYK00.390.960.44
HSL35.91º93.2%28.82%-
HSV(B)35.91º96.48%55.69%-
XYZ14.5912.581.8-
YUV94.177.72162.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.68%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 5 (2.34% from 255) = 2.14%
R=60.68%
G=37.18%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14287500.390.960.4435.9193.228.82
Hex8E575027602C245d1d
Octal2161275047140544413535
Binary10001110101011110101001111100000101100100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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