Shades of Yukon Gold #825E13
Tints of Yukon Gold #825E13
RGB
CMYK
RGB Variations
Color information
#825E13 (or 0x825E13) is known color: Yukon Gold. HEX triplet: 82, 5E and 13. RGB value is (130,94,19). Sum of RGB (Red+Green+Blue) = 130+94+19=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E13 is #7DA1EC. Grayscale: #606060. Windows color (decimal): -8233453 or 1269378. OLE color: 1269378.
HSL color Cylindrical-coordinate representation of color #825E13: hue angle of 40.54º 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 #825E13 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 19 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.49 |
| HSL | 40.54º | 0.74% | 0.29% | - |
| HSV(B) | 40.54º | 0.85% | 0.51% | - |
| XYZ | 13.33 | 12.8 | 2.38 | - |
| YUV | 96.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 19 | 0 | 0.28 | 0.85 | 0.49 | 40.54 | 0.74 | 0.29 |
| Hex | 82 | 5E | 13 | 0 | 1C | 55 | 31 | 29 | 4A | 1D |
| Octal | 202 | 136 | 23 | 0 | 34 | 125 | 61 | 51 | 112 | 35 |
| Binary | 10000010 | 1011110 | 10011 | 0 | 11100 | 1010101 | 110001 | 101001 | 1001010 | 11101 |
Color Harmonies of #825E13
Complementary color
Monochromatic Colors of #825E13
Black with #825E13
Text Example
Text Example
White with #825E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E13; }
p { color: rgb(130,94,19); }
H1.HeaderClassName
{
color: #825E13;
}
.AnyTagClassName
{
color: #825E13;
}
</style>
background-color css
<style>
a { background-color: #825E13; }
a { background-color: rgb(130,94,19); }
div.DivClassName
{
background-color: #825E13;
}
.BgClassName
{
background-color: #825E13;
}
</style>
border-color css
<style>
span { border-color: #825E13; }
span { border-color: rgb(130,94,19); }
td.TdClassName
{
border-color: #825E13;
}
.TagClassName
{
border-color: #825E13;
}
</style>