Shades of Yukon Gold #82710D
Tints of Yukon Gold #82710D
RGB
CMYK
RGB Variations
Color information
#82710D (or 0x82710D) is known color: Yukon Gold. HEX triplet: 82, 71 and 0D. RGB value is (130,113,13). Sum of RGB (Red+Green+Blue) = 130+113+13=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82710D is #7D8EF2. Grayscale: #6B6B6B. Windows color (decimal): -8228595 or 881026. OLE color: 881026.
HSL color Cylindrical-coordinate representation of color #82710D: hue angle of 51.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82710D is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 13 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.49 |
| HSL | 51.28º | 0.82% | 0.28% | - |
| HSV(B) | 51.28º | 0.9% | 0.51% | - |
| XYZ | 15.18 | 16.59 | 2.78 | - |
| YUV | 106.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 13 | 0 | 0.13 | 0.9 | 0.49 | 51.28 | 0.82 | 0.28 |
| Hex | 82 | 71 | D | 0 | D | 5A | 31 | 33 | 52 | 1C |
| Octal | 202 | 161 | 15 | 0 | 15 | 132 | 61 | 63 | 122 | 34 |
| Binary | 10000010 | 1110001 | 1101 | 0 | 1101 | 1011010 | 110001 | 110011 | 1010010 | 11100 |
Color Harmonies of #82710D
Complementary color
Monochromatic Colors of #82710D
Black with #82710D
Text Example
Text Example
White with #82710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82710D; }
p { color: rgb(130,113,13); }
H1.HeaderClassName
{
color: #82710D;
}
.AnyTagClassName
{
color: #82710D;
}
</style>
background-color css
<style>
a { background-color: #82710D; }
a { background-color: rgb(130,113,13); }
div.DivClassName
{
background-color: #82710D;
}
.BgClassName
{
background-color: #82710D;
}
</style>
border-color css
<style>
span { border-color: #82710D; }
span { border-color: rgb(130,113,13); }
td.TdClassName
{
border-color: #82710D;
}
.TagClassName
{
border-color: #82710D;
}
</style>