Shades of Yukon Gold #825E19
Tints of Yukon Gold #825E19
RGB
CMYK
RGB Variations
Color information
#825E19 (or 0x825E19) is known color: Yukon Gold. HEX triplet: 82, 5E and 19. RGB value is (130,94,25). Sum of RGB (Red+Green+Blue) = 130+94+25=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #825E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E19 is #7DA1E6. Grayscale: #616161. Windows color (decimal): -8233447 or 1662594. OLE color: 1662594.
HSL color Cylindrical-coordinate representation of color #825E19: hue angle of 39.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #825E19 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 25 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.49 |
| HSL | 39.43º | 0.68% | 0.3% | - |
| HSV(B) | 39.43º | 0.81% | 0.51% | - |
| XYZ | 13.38 | 12.82 | 2.69 | - |
| YUV | 96.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 25 | 0 | 0.28 | 0.81 | 0.49 | 39.43 | 0.68 | 0.3 |
| Hex | 82 | 5E | 19 | 0 | 1C | 51 | 31 | 27 | 44 | 1E |
| Octal | 202 | 136 | 31 | 0 | 34 | 121 | 61 | 47 | 104 | 36 |
| Binary | 10000010 | 1011110 | 11001 | 0 | 11100 | 1010001 | 110001 | 100111 | 1000100 | 11110 |
Color Harmonies of #825E19
Complementary color
Monochromatic Colors of #825E19
Black with #825E19
Text Example
Text Example
White with #825E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E19; }
p { color: rgb(130,94,25); }
H1.HeaderClassName
{
color: #825E19;
}
.AnyTagClassName
{
color: #825E19;
}
</style>
background-color css
<style>
a { background-color: #825E19; }
a { background-color: rgb(130,94,25); }
div.DivClassName
{
background-color: #825E19;
}
.BgClassName
{
background-color: #825E19;
}
</style>
border-color css
<style>
span { border-color: #825E19; }
span { border-color: rgb(130,94,25); }
td.TdClassName
{
border-color: #825E19;
}
.TagClassName
{
border-color: #825E19;
}
</style>