#8D7516

Color #8D7516 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8D7516

Tints of Yukon Gold #8D7516

Color information

#8D7516 (or 0x8D7516) is unknown color: approx Yukon Gold. HEX triplet: 8D, 75 and 16. RGB value is (141,117,22). Sum of RGB (Red+Green+Blue) = 141+117+22=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7516 is #728AE9. Grayscale: #717171. Windows color (decimal): -7506666 or 1471885. OLE color: 1471885.

HSL color Cylindrical-coordinate representation of color #8D7516: hue angle of 47.9º 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 #8D7516 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB14111722-
CMYK00.170.840.45
HSL47.9º73.01%31.96%-
HSV(B)47.9º84.4%55.29%-
XYZ17.4918.443.4-
YUV113.3576.45147.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=50.36%
G=41.79%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411172200.170.840.4547.973.0131.96
Hex8D7516011542D304920
Octal21516526021124556011140
Binary1000110111101011011001000110101001011011100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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