Shades of Yukon Gold #83710D
Tints of Yukon Gold #83710D
RGB
CMYK
RGB Variations
Color information
#83710D (or 0x83710D) is known color: Yukon Gold. HEX triplet: 83, 71 and 0D. RGB value is (131,113,13). Sum of RGB (Red+Green+Blue) = 131+113+13=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #83710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83710D is #7C8EF2. Grayscale: #6B6B6B. Windows color (decimal): -8163059 or 881027. OLE color: 881027.
HSL color Cylindrical-coordinate representation of color #83710D: hue angle of 50.85º 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 #83710D is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 13 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.49 |
| HSL | 50.85º | 0.82% | 0.28% | - |
| HSV(B) | 50.85º | 0.9% | 0.51% | - |
| XYZ | 15.34 | 16.66 | 2.79 | - |
| YUV | 106.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 13 | 0 | 0.14 | 0.90 | 0.49 | 50.85 | 0.82 | 0.28 |
| Hex | 83 | 71 | D | 0 | E | 5A | 31 | 33 | 52 | 1C |
| Octal | 203 | 161 | 15 | 0 | 16 | 132 | 61 | 63 | 122 | 34 |
| Binary | 10000011 | 1110001 | 1101 | 0 | 1110 | 1011010 | 110001 | 110011 | 1010010 | 11100 |
Color Harmonies of #83710D
Complementary color
Monochromatic Colors of #83710D
Black with #83710D
Text Example
Text Example
White with #83710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83710D; }
p { color: rgb(131,113,13); }
H1.HeaderClassName
{
color: #83710D;
}
.AnyTagClassName
{
color: #83710D;
}
</style>
background-color css
<style>
a { background-color: #83710D; }
a { background-color: rgb(131,113,13); }
div.DivClassName
{
background-color: #83710D;
}
.BgClassName
{
background-color: #83710D;
}
</style>
border-color css
<style>
span { border-color: #83710D; }
span { border-color: rgb(131,113,13); }
td.TdClassName
{
border-color: #83710D;
}
.TagClassName
{
border-color: #83710D;
}
</style>