Shades of Yukon Gold #825C0D
Tints of Yukon Gold #825C0D
RGB
CMYK
RGB Variations
Color information
#825C0D (or 0x825C0D) is known color: Yukon Gold. HEX triplet: 82, 5C and 0D. RGB value is (130,92,13). Sum of RGB (Red+Green+Blue) = 130+92+13=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C0D is #7DA3F2. Grayscale: #5E5E5E. Windows color (decimal): -8233971 or 875650. OLE color: 875650.
HSL color Cylindrical-coordinate representation of color #825C0D: hue angle of 40.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #825C0D is Cyan = 0, Magento = 0.29, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 13 | - |
| CMYK | 0 | 0.29 | 0.9 | 0.49 |
| HSL | 40.51º | 0.82% | 0.28% | - |
| HSV(B) | 40.51º | 0.9% | 0.51% | - |
| XYZ | 13.11 | 12.43 | 2.09 | - |
| YUV | 94.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 13 | 0 | 0.29 | 0.9 | 0.49 | 40.51 | 0.82 | 0.28 |
| Hex | 82 | 5C | D | 0 | 1D | 5A | 31 | 29 | 52 | 1C |
| Octal | 202 | 134 | 15 | 0 | 35 | 132 | 61 | 51 | 122 | 34 |
| Binary | 10000010 | 1011100 | 1101 | 0 | 11101 | 1011010 | 110001 | 101001 | 1010010 | 11100 |
Color Harmonies of #825C0D
Complementary color
Monochromatic Colors of #825C0D
Black with #825C0D
Text Example
Text Example
White with #825C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C0D; }
p { color: rgb(130,92,13); }
H1.HeaderClassName
{
color: #825C0D;
}
.AnyTagClassName
{
color: #825C0D;
}
</style>
background-color css
<style>
a { background-color: #825C0D; }
a { background-color: rgb(130,92,13); }
div.DivClassName
{
background-color: #825C0D;
}
.BgClassName
{
background-color: #825C0D;
}
</style>
border-color css
<style>
span { border-color: #825C0D; }
span { border-color: rgb(130,92,13); }
td.TdClassName
{
border-color: #825C0D;
}
.TagClassName
{
border-color: #825C0D;
}
</style>