Shades of Yukon Gold #825D13
Tints of Yukon Gold #825D13
RGB
CMYK
RGB Variations
Color information
#825D13 (or 0x825D13) is known color: Yukon Gold. HEX triplet: 82, 5D and 13. RGB value is (130,93,19). Sum of RGB (Red+Green+Blue) = 130+93+19=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #825D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D13 is #7DA2EC. Grayscale: #5F5F5F. Windows color (decimal): -8233709 or 1269122. OLE color: 1269122.
HSL color Cylindrical-coordinate representation of color #825D13: hue angle of 40º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #825D13 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 19 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.49 |
| HSL | 40º | 0.74% | 0.29% | - |
| HSV(B) | 40º | 0.85% | 0.51% | - |
| XYZ | 13.24 | 12.62 | 2.35 | - |
| YUV | 95.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 19 | 0 | 0.28 | 0.85 | 0.49 | 40 | 0.74 | 0.29 |
| Hex | 82 | 5D | 13 | 0 | 1C | 55 | 31 | 28 | 4A | 1D |
| Octal | 202 | 135 | 23 | 0 | 34 | 125 | 61 | 50 | 112 | 35 |
| Binary | 10000010 | 1011101 | 10011 | 0 | 11100 | 1010101 | 110001 | 101000 | 1001010 | 11101 |
Color Harmonies of #825D13
Complementary color
Monochromatic Colors of #825D13
Black with #825D13
Text Example
Text Example
White with #825D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D13; }
p { color: rgb(130,93,19); }
H1.HeaderClassName
{
color: #825D13;
}
.AnyTagClassName
{
color: #825D13;
}
</style>
background-color css
<style>
a { background-color: #825D13; }
a { background-color: rgb(130,93,19); }
div.DivClassName
{
background-color: #825D13;
}
.BgClassName
{
background-color: #825D13;
}
</style>
border-color css
<style>
span { border-color: #825D13; }
span { border-color: rgb(130,93,19); }
td.TdClassName
{
border-color: #825D13;
}
.TagClassName
{
border-color: #825D13;
}
</style>