#8C7417

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

Shades of Yukon Gold #8C7417

Tints of Yukon Gold #8C7417

Color information

#8C7417 (or 0x8C7417) is unknown color: approx Yukon Gold. HEX triplet: 8C, 74 and 17. RGB value is (140,116,23). Sum of RGB (Red+Green+Blue) = 140+116+23=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7417 is #738BE8. Grayscale: #707070. Windows color (decimal): -7572457 or 1537164. OLE color: 1537164.

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

Color convert

RGB14011623-
CMYK00.170.840.45
HSL47.69º71.78%31.96%-
HSV(B)47.69º83.57%54.9%-
XYZ17.2218.133.4-
YUV112.5777.45147.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=50.18%
G=41.58%
B=8.24%

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
Decimal1401162300.170.840.4547.6971.7831.96
Hex8C7417011542D304820
Octal21416427021124556011040
Binary1000110011101001011101000110101001011011100001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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