#8D7417

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

Shades of Yukon Gold #8D7417

Tints of Yukon Gold #8D7417

Color information

#8D7417 (or 0x8D7417) is unknown color: approx Yukon Gold. HEX triplet: 8D, 74 and 17. RGB value is (141,116,23). Sum of RGB (Red+Green+Blue) = 141+116+23=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7417 is #728BE8. Grayscale: #717171. Windows color (decimal): -7506921 or 1537165. OLE color: 1537165.

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

Color convert

RGB14111623-
CMYK00.180.840.45
HSL47.29º71.95%32.16%-
HSV(B)47.29º83.69%55.29%-
XYZ17.3818.223.41-
YUV112.8777.28148.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 23 (9.38% from 255) = 8.21%
R=50.36%
G=41.43%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411162300.180.840.4547.2971.9532.16
Hex8D7417012542D2f4820
Octal21516427022124555711040
Binary1000110111101001011101001010101001011011011111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,116,23); }

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

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

 a { background-color: rgb(141,116,23); }

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

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

 span { border-color: rgb(141,116,23); }

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