Shades of Yukon Gold #82700F
Tints of Yukon Gold #82700F
RGB
CMYK
RGB Variations
Color information
#82700F (or 0x82700F) is known color: Yukon Gold. HEX triplet: 82, 70 and 0F. RGB value is (130,112,15). Sum of RGB (Red+Green+Blue) = 130+112+15=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82700F is #7D8FF0. Grayscale: #6A6A6A. Windows color (decimal): -8228849 or 1011842. OLE color: 1011842.
HSL color Cylindrical-coordinate representation of color #82700F: hue angle of 50.61º 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 #82700F is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 15 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.49 |
| HSL | 50.61º | 0.79% | 0.28% | - |
| HSV(B) | 50.61º | 0.88% | 0.51% | - |
| XYZ | 15.09 | 16.37 | 2.82 | - |
| YUV | 106.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 15 | 0 | 0.14 | 0.88 | 0.49 | 50.61 | 0.79 | 0.28 |
| Hex | 82 | 70 | F | 0 | E | 58 | 31 | 33 | 4F | 1C |
| Octal | 202 | 160 | 17 | 0 | 16 | 130 | 61 | 63 | 117 | 34 |
| Binary | 10000010 | 1110000 | 1111 | 0 | 1110 | 1011000 | 110001 | 110011 | 1001111 | 11100 |
Color Harmonies of #82700F
Complementary color
Monochromatic Colors of #82700F
Black with #82700F
Text Example
Text Example
White with #82700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82700F; }
p { color: rgb(130,112,15); }
H1.HeaderClassName
{
color: #82700F;
}
.AnyTagClassName
{
color: #82700F;
}
</style>
background-color css
<style>
a { background-color: #82700F; }
a { background-color: rgb(130,112,15); }
div.DivClassName
{
background-color: #82700F;
}
.BgClassName
{
background-color: #82700F;
}
</style>
border-color css
<style>
span { border-color: #82700F; }
span { border-color: rgb(130,112,15); }
td.TdClassName
{
border-color: #82700F;
}
.TagClassName
{
border-color: #82700F;
}
</style>