Shades of Yukon Gold #82711F
Tints of Yukon Gold #82711F
RGB
CMYK
RGB Variations
Color information
#82711F (or 0x82711F) is known color: Yukon Gold. HEX triplet: 82, 71 and 1F. RGB value is (130,113,31). Sum of RGB (Red+Green+Blue) = 130+113+31=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82711F is #7D8EE0. Grayscale: #6D6D6D. Windows color (decimal): -8228577 or 2060674. OLE color: 2060674.
HSL color Cylindrical-coordinate representation of color #82711F: hue angle of 49.7º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82711F is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 31 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.49 |
| HSL | 49.7º | 0.61% | 0.32% | - |
| HSV(B) | 49.7º | 0.76% | 0.51% | - |
| XYZ | 15.36 | 16.66 | 3.7 | - |
| YUV | 108.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 31 | 0 | 0.13 | 0.76 | 0.49 | 49.7 | 0.61 | 0.32 |
| Hex | 82 | 71 | 1F | 0 | D | 4C | 31 | 32 | 3D | 20 |
| Octal | 202 | 161 | 37 | 0 | 15 | 114 | 61 | 62 | 75 | 40 |
| Binary | 10000010 | 1110001 | 11111 | 0 | 1101 | 1001100 | 110001 | 110010 | 111101 | 100000 |
Color Harmonies of #82711F
Complementary color
Monochromatic Colors of #82711F
Black with #82711F
Text Example
Text Example
White with #82711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82711F; }
p { color: rgb(130,113,31); }
H1.HeaderClassName
{
color: #82711F;
}
.AnyTagClassName
{
color: #82711F;
}
</style>
background-color css
<style>
a { background-color: #82711F; }
a { background-color: rgb(130,113,31); }
div.DivClassName
{
background-color: #82711F;
}
.BgClassName
{
background-color: #82711F;
}
</style>
border-color css
<style>
span { border-color: #82711F; }
span { border-color: rgb(130,113,31); }
td.TdClassName
{
border-color: #82711F;
}
.TagClassName
{
border-color: #82711F;
}
</style>