Shades of Yukon Gold #82702A
Tints of Yukon Gold #82702A
RGB
CMYK
RGB Variations
Color information
#82702A (or 0x82702A) is known color: Yukon Gold. HEX triplet: 82, 70 and 2A. RGB value is (130,112,42). Sum of RGB (Red+Green+Blue) = 130+112+42=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #82702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82702A is #7D8FD5. Grayscale: #6D6D6D. Windows color (decimal): -8228822 or 2781314. OLE color: 2781314.
HSL color Cylindrical-coordinate representation of color #82702A: hue angle of 47.73º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82702A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 42 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.49 |
| HSL | 47.73º | 0.51% | 0.34% | - |
| HSV(B) | 47.73º | 0.68% | 0.51% | - |
| XYZ | 15.42 | 16.5 | 4.56 | - |
| YUV | 109.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 42 | 0 | 0.14 | 0.68 | 0.49 | 47.73 | 0.51 | 0.34 |
| Hex | 82 | 70 | 2A | 0 | E | 44 | 31 | 30 | 33 | 22 |
| Octal | 202 | 160 | 52 | 0 | 16 | 104 | 61 | 60 | 63 | 42 |
| Binary | 10000010 | 1110000 | 101010 | 0 | 1110 | 1000100 | 110001 | 110000 | 110011 | 100010 |
Color Harmonies of #82702A
Complementary color
Monochromatic Colors of #82702A
Black with #82702A
Text Example
Text Example
White with #82702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82702A; }
p { color: rgb(130,112,42); }
H1.HeaderClassName
{
color: #82702A;
}
.AnyTagClassName
{
color: #82702A;
}
</style>
background-color css
<style>
a { background-color: #82702A; }
a { background-color: rgb(130,112,42); }
div.DivClassName
{
background-color: #82702A;
}
.BgClassName
{
background-color: #82702A;
}
</style>
border-color css
<style>
span { border-color: #82702A; }
span { border-color: rgb(130,112,42); }
td.TdClassName
{
border-color: #82702A;
}
.TagClassName
{
border-color: #82702A;
}
</style>