Shades of Yukon Gold #845F16
Tints of Yukon Gold #845F16
RGB
CMYK
RGB Variations
Color information
#845F16 (or 0x845F16) is known color: Yukon Gold. HEX triplet: 84, 5F and 16. RGB value is (132,95,22). Sum of RGB (Red+Green+Blue) = 132+95+22=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #845F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845F16 is #7BA0E9. Grayscale: #626262. Windows color (decimal): -8102122 or 1466244. OLE color: 1466244.
HSL color Cylindrical-coordinate representation of color #845F16: hue angle of 39.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #845F16 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 22 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.48 |
| HSL | 39.82º | 0.71% | 0.3% | - |
| HSV(B) | 39.82º | 0.83% | 0.52% | - |
| XYZ | 13.75 | 13.15 | 2.57 | - |
| YUV | 97.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 22 | 0 | 0.28 | 0.83 | 0.48 | 39.82 | 0.71 | 0.3 |
| Hex | 84 | 5F | 16 | 0 | 1C | 53 | 30 | 28 | 47 | 1E |
| Octal | 204 | 137 | 26 | 0 | 34 | 123 | 60 | 50 | 107 | 36 |
| Binary | 10000100 | 1011111 | 10110 | 0 | 11100 | 1010011 | 110000 | 101000 | 1000111 | 11110 |
Color Harmonies of #845F16
Complementary color
Monochromatic Colors of #845F16
Black with #845F16
Text Example
Text Example
White with #845F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F16; }
p { color: rgb(132,95,22); }
H1.HeaderClassName
{
color: #845F16;
}
.AnyTagClassName
{
color: #845F16;
}
</style>
background-color css
<style>
a { background-color: #845F16; }
a { background-color: rgb(132,95,22); }
div.DivClassName
{
background-color: #845F16;
}
.BgClassName
{
background-color: #845F16;
}
</style>
border-color css
<style>
span { border-color: #845F16; }
span { border-color: rgb(132,95,22); }
td.TdClassName
{
border-color: #845F16;
}
.TagClassName
{
border-color: #845F16;
}
</style>