Shades of Yukon Gold #825E0B
Tints of Yukon Gold #825E0B
RGB
CMYK
RGB Variations
Color information
#825E0B (or 0x825E0B) is known color: Yukon Gold. HEX triplet: 82, 5E and 0B. RGB value is (130,94,11). Sum of RGB (Red+Green+Blue) = 130+94+11=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E0B is #7DA1F4. Grayscale: #5F5F5F. Windows color (decimal): -8233461 or 745090. OLE color: 745090.
HSL color Cylindrical-coordinate representation of color #825E0B: hue angle of 41.85º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #825E0B is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 11 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.49 |
| HSL | 41.85º | 0.84% | 0.28% | - |
| HSV(B) | 41.85º | 0.92% | 0.51% | - |
| XYZ | 13.27 | 12.78 | 2.08 | - |
| YUV | 95.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 11 | 0 | 0.28 | 0.92 | 0.49 | 41.85 | 0.84 | 0.28 |
| Hex | 82 | 5E | B | 0 | 1C | 5C | 31 | 2A | 54 | 1C |
| Octal | 202 | 136 | 13 | 0 | 34 | 134 | 61 | 52 | 124 | 34 |
| Binary | 10000010 | 1011110 | 1011 | 0 | 11100 | 1011100 | 110001 | 101010 | 1010100 | 11100 |
Color Harmonies of #825E0B
Complementary color
Monochromatic Colors of #825E0B
Black with #825E0B
Text Example
Text Example
White with #825E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E0B; }
p { color: rgb(130,94,11); }
H1.HeaderClassName
{
color: #825E0B;
}
.AnyTagClassName
{
color: #825E0B;
}
</style>
background-color css
<style>
a { background-color: #825E0B; }
a { background-color: rgb(130,94,11); }
div.DivClassName
{
background-color: #825E0B;
}
.BgClassName
{
background-color: #825E0B;
}
</style>
border-color css
<style>
span { border-color: #825E0B; }
span { border-color: rgb(130,94,11); }
td.TdClassName
{
border-color: #825E0B;
}
.TagClassName
{
border-color: #825E0B;
}
</style>