Shades of Yukon Gold #845D13
Tints of Yukon Gold #845D13
RGB
CMYK
RGB Variations
Color information
#845D13 (or 0x845D13) is known color: Yukon Gold. HEX triplet: 84, 5D and 13. RGB value is (132,93,19). Sum of RGB (Red+Green+Blue) = 132+93+19=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #845D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D13 is #7BA2EC. Grayscale: #606060. Windows color (decimal): -8102637 or 1269124. OLE color: 1269124.
HSL color Cylindrical-coordinate representation of color #845D13: hue angle of 39.29º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #845D13 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 19 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.48 |
| HSL | 39.29º | 0.75% | 0.3% | - |
| HSV(B) | 39.29º | 0.86% | 0.52% | - |
| XYZ | 13.55 | 12.78 | 2.37 | - |
| YUV | 96.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 19 | 0 | 0.30 | 0.86 | 0.48 | 39.29 | 0.75 | 0.3 |
| Hex | 84 | 5D | 13 | 0 | 1E | 56 | 30 | 27 | 4B | 1E |
| Octal | 204 | 135 | 23 | 0 | 36 | 126 | 60 | 47 | 113 | 36 |
| Binary | 10000100 | 1011101 | 10011 | 0 | 11110 | 1010110 | 110000 | 100111 | 1001011 | 11110 |
Color Harmonies of #845D13
Complementary color
Monochromatic Colors of #845D13
Black with #845D13
Text Example
Text Example
White with #845D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D13; }
p { color: rgb(132,93,19); }
H1.HeaderClassName
{
color: #845D13;
}
.AnyTagClassName
{
color: #845D13;
}
</style>
background-color css
<style>
a { background-color: #845D13; }
a { background-color: rgb(132,93,19); }
div.DivClassName
{
background-color: #845D13;
}
.BgClassName
{
background-color: #845D13;
}
</style>
border-color css
<style>
span { border-color: #845D13; }
span { border-color: rgb(132,93,19); }
td.TdClassName
{
border-color: #845D13;
}
.TagClassName
{
border-color: #845D13;
}
</style>