Shades of Yukon Gold #82741D
Tints of Yukon Gold #82741D
RGB
CMYK
RGB Variations
Color information
#82741D (or 0x82741D) is known color: Yukon Gold. HEX triplet: 82, 74 and 1D. RGB value is (130,116,29). Sum of RGB (Red+Green+Blue) = 130+116+29=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82741D is #7D8BE2. Grayscale: #6E6E6E. Windows color (decimal): -8227811 or 1930370. OLE color: 1930370.
HSL color Cylindrical-coordinate representation of color #82741D: hue angle of 51.68º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82741D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 29 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.49 |
| HSL | 51.68º | 0.64% | 0.31% | - |
| HSV(B) | 51.68º | 0.78% | 0.51% | - |
| XYZ | 15.67 | 17.33 | 3.68 | - |
| YUV | 110.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 29 | 0 | 0.11 | 0.78 | 0.49 | 51.68 | 0.64 | 0.31 |
| Hex | 82 | 74 | 1D | 0 | B | 4E | 31 | 34 | 40 | 1F |
| Octal | 202 | 164 | 35 | 0 | 13 | 116 | 61 | 64 | 100 | 37 |
| Binary | 10000010 | 1110100 | 11101 | 0 | 1011 | 1001110 | 110001 | 110100 | 1000000 | 11111 |
Color Harmonies of #82741D
Complementary color
Monochromatic Colors of #82741D
Black with #82741D
Text Example
Text Example
White with #82741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82741D; }
p { color: rgb(130,116,29); }
H1.HeaderClassName
{
color: #82741D;
}
.AnyTagClassName
{
color: #82741D;
}
</style>
background-color css
<style>
a { background-color: #82741D; }
a { background-color: rgb(130,116,29); }
div.DivClassName
{
background-color: #82741D;
}
.BgClassName
{
background-color: #82741D;
}
</style>
border-color css
<style>
span { border-color: #82741D; }
span { border-color: rgb(130,116,29); }
td.TdClassName
{
border-color: #82741D;
}
.TagClassName
{
border-color: #82741D;
}
</style>