#8D5E16

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

Shades of Golden Brown #8D5E16

Tints of Golden Brown #8D5E16

Color information

#8D5E16 (or 0x8D5E16) is unknown color: approx Golden Brown. HEX triplet: 8D, 5E and 16. RGB value is (141,94,22). Sum of RGB (Red+Green+Blue) = 141+94+22=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5E16 is #72A1E9. Grayscale: #646464. Windows color (decimal): -7512554 or 1465997. OLE color: 1465997.

HSL color Cylindrical-coordinate representation of color #8D5E16: hue angle of 36.3º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D5E16 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1419422-
CMYK00.330.840.45
HSL36.3º73.01%31.96%-
HSV(B)36.3º84.4%55.29%-
XYZ15.1313.732.61-
YUV99.8484.07157.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=54.86%
G=36.58%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141942200.330.840.4536.373.0131.96
Hex8D5E16021542D244920
Octal21513626041124554411140
Binary10001101101111010110010000110101001011011001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,94,22); }

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

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

 a { background-color: rgb(141,94,22); }

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

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

 span { border-color: rgb(141,94,22); }

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