Shades of Yukon Gold #825D0A
Tints of Yukon Gold #825D0A
RGB
CMYK
RGB Variations
Color information
#825D0A (or 0x825D0A) is known color: Yukon Gold. HEX triplet: 82, 5D and 0A. RGB value is (130,93,10). Sum of RGB (Red+Green+Blue) = 130+93+10=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #825D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D0A is #7DA2F5. Grayscale: #5E5E5E. Windows color (decimal): -8233718 or 679298. OLE color: 679298.
HSL color Cylindrical-coordinate representation of color #825D0A: hue angle of 41.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #825D0A is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 10 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.49 |
| HSL | 41.5º | 0.86% | 0.27% | - |
| HSV(B) | 41.5º | 0.92% | 0.51% | - |
| XYZ | 13.18 | 12.6 | 2.02 | - |
| YUV | 94.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 10 | 0 | 0.28 | 0.92 | 0.49 | 41.5 | 0.86 | 0.27 |
| Hex | 82 | 5D | A | 0 | 1C | 5C | 31 | 2A | 56 | 1B |
| Octal | 202 | 135 | 12 | 0 | 34 | 134 | 61 | 52 | 126 | 33 |
| Binary | 10000010 | 1011101 | 1010 | 0 | 11100 | 1011100 | 110001 | 101010 | 1010110 | 11011 |
Color Harmonies of #825D0A
Complementary color
Monochromatic Colors of #825D0A
Black with #825D0A
Text Example
Text Example
White with #825D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D0A; }
p { color: rgb(130,93,10); }
H1.HeaderClassName
{
color: #825D0A;
}
.AnyTagClassName
{
color: #825D0A;
}
</style>
background-color css
<style>
a { background-color: #825D0A; }
a { background-color: rgb(130,93,10); }
div.DivClassName
{
background-color: #825D0A;
}
.BgClassName
{
background-color: #825D0A;
}
</style>
border-color css
<style>
span { border-color: #825D0A; }
span { border-color: rgb(130,93,10); }
td.TdClassName
{
border-color: #825D0A;
}
.TagClassName
{
border-color: #825D0A;
}
</style>