Shades of Yukon Gold #8C7913
Tints of Yukon Gold #8C7913
RGB
CMYK
RGB Variations
Color information
#8C7913 (or 0x8C7913) is known color: Yukon Gold. HEX triplet: 8C, 79 and 13. RGB value is (140,121,19). Sum of RGB (Red+Green+Blue) = 140+121+19=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7913 is #7386EC. Grayscale: #737373. Windows color (decimal): -7571181 or 1276300. OLE color: 1276300.
HSL color Cylindrical-coordinate representation of color #8C7913: hue angle of 50.58º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7913 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 19 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.45 |
| HSL | 50.58º | 0.76% | 0.31% | - |
| HSV(B) | 50.58º | 0.86% | 0.55% | - |
| XYZ | 17.77 | 19.3 | 3.4 | - |
| YUV | 115.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 19 | 0 | 0.14 | 0.86 | 0.45 | 50.58 | 0.76 | 0.31 |
| Hex | 8C | 79 | 13 | 0 | E | 56 | 2D | 33 | 4C | 1F |
| Octal | 214 | 171 | 23 | 0 | 16 | 126 | 55 | 63 | 114 | 37 |
| Binary | 10001100 | 1111001 | 10011 | 0 | 1110 | 1010110 | 101101 | 110011 | 1001100 | 11111 |
Color Harmonies of #8C7913
Complementary color
Monochromatic Colors of #8C7913
Black with #8C7913
Text Example
Text Example
White with #8C7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7913; }
p { color: rgb(140,121,19); }
H1.HeaderClassName
{
color: #8C7913;
}
.AnyTagClassName
{
color: #8C7913;
}
</style>
background-color css
<style>
a { background-color: #8C7913; }
a { background-color: rgb(140,121,19); }
div.DivClassName
{
background-color: #8C7913;
}
.BgClassName
{
background-color: #8C7913;
}
</style>
border-color css
<style>
span { border-color: #8C7913; }
span { border-color: rgb(140,121,19); }
td.TdClassName
{
border-color: #8C7913;
}
.TagClassName
{
border-color: #8C7913;
}
</style>