#8D7317

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

Shades of Yukon Gold #8D7317

Tints of Yukon Gold #8D7317

Color information

#8D7317 (or 0x8D7317) is unknown color: approx Yukon Gold. HEX triplet: 8D, 73 and 17. RGB value is (141,115,23). Sum of RGB (Red+Green+Blue) = 141+115+23=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7317 is #728CE8. Grayscale: #707070. Windows color (decimal): -7507177 or 1536909. OLE color: 1536909.

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

Color convert

RGB14111523-
CMYK00.180.840.45
HSL46.78º71.95%32.16%-
HSV(B)46.78º83.69%55.29%-
XYZ17.2717.993.37-
YUV112.2977.61148.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=50.54%
G=41.22%
B=8.24%

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
Decimal1411152300.180.840.4546.7871.9532.16
Hex8D7317012542D2f4820
Octal21516327022124555711040
Binary1000110111100111011101001010101001011011011111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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