Shades of Yukon Gold #82741E
Tints of Yukon Gold #82741E
RGB
CMYK
RGB Variations
Color information
#82741E (or 0x82741E) is known color: Yukon Gold. HEX triplet: 82, 74 and 1E. RGB value is (130,116,30). Sum of RGB (Red+Green+Blue) = 130+116+30=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82741E is #7D8BE1. Grayscale: #6E6E6E. Windows color (decimal): -8227810 or 1995906. OLE color: 1995906.
HSL color Cylindrical-coordinate representation of color #82741E: hue angle of 51.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82741E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 30 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.49 |
| HSL | 51.6º | 0.63% | 0.31% | - |
| HSV(B) | 51.6º | 0.77% | 0.51% | - |
| XYZ | 15.69 | 17.33 | 3.75 | - |
| YUV | 110.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 30 | 0 | 0.11 | 0.77 | 0.49 | 51.6 | 0.63 | 0.31 |
| Hex | 82 | 74 | 1E | 0 | B | 4D | 31 | 34 | 3E | 1F |
| Octal | 202 | 164 | 36 | 0 | 13 | 115 | 61 | 64 | 76 | 37 |
| Binary | 10000010 | 1110100 | 11110 | 0 | 1011 | 1001101 | 110001 | 110100 | 111110 | 11111 |
Color Harmonies of #82741E
Complementary color
Monochromatic Colors of #82741E
Black with #82741E
Text Example
Text Example
White with #82741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82741E; }
p { color: rgb(130,116,30); }
H1.HeaderClassName
{
color: #82741E;
}
.AnyTagClassName
{
color: #82741E;
}
</style>
background-color css
<style>
a { background-color: #82741E; }
a { background-color: rgb(130,116,30); }
div.DivClassName
{
background-color: #82741E;
}
.BgClassName
{
background-color: #82741E;
}
</style>
border-color css
<style>
span { border-color: #82741E; }
span { border-color: rgb(130,116,30); }
td.TdClassName
{
border-color: #82741E;
}
.TagClassName
{
border-color: #82741E;
}
</style>