Shades of Yukon Gold #82720F
Tints of Yukon Gold #82720F
RGB
CMYK
RGB Variations
Color information
#82720F (or 0x82720F) is known color: Yukon Gold. HEX triplet: 82, 72 and 0F. RGB value is (130,114,15). Sum of RGB (Red+Green+Blue) = 130+114+15=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82720F is #7D8DF0. Grayscale: #6B6B6B. Windows color (decimal): -8228337 or 1012354. OLE color: 1012354.
HSL color Cylindrical-coordinate representation of color #82720F: hue angle of 51.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82720F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 15 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.49 |
| HSL | 51.65º | 0.79% | 0.28% | - |
| HSV(B) | 51.65º | 0.88% | 0.51% | - |
| XYZ | 15.31 | 16.81 | 2.89 | - |
| YUV | 107.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 15 | 0 | 0.12 | 0.88 | 0.49 | 51.65 | 0.79 | 0.28 |
| Hex | 82 | 72 | F | 0 | C | 58 | 31 | 34 | 4F | 1C |
| Octal | 202 | 162 | 17 | 0 | 14 | 130 | 61 | 64 | 117 | 34 |
| Binary | 10000010 | 1110010 | 1111 | 0 | 1100 | 1011000 | 110001 | 110100 | 1001111 | 11100 |
Color Harmonies of #82720F
Complementary color
Monochromatic Colors of #82720F
Black with #82720F
Text Example
Text Example
White with #82720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82720F; }
p { color: rgb(130,114,15); }
H1.HeaderClassName
{
color: #82720F;
}
.AnyTagClassName
{
color: #82720F;
}
</style>
background-color css
<style>
a { background-color: #82720F; }
a { background-color: rgb(130,114,15); }
div.DivClassName
{
background-color: #82720F;
}
.BgClassName
{
background-color: #82720F;
}
</style>
border-color css
<style>
span { border-color: #82720F; }
span { border-color: rgb(130,114,15); }
td.TdClassName
{
border-color: #82720F;
}
.TagClassName
{
border-color: #82720F;
}
</style>