Shades of Yukon Gold #845D11
Tints of Yukon Gold #845D11
RGB
CMYK
RGB Variations
Color information
#845D11 (or 0x845D11) is known color: Yukon Gold. HEX triplet: 84, 5D and 11. RGB value is (132,93,17). Sum of RGB (Red+Green+Blue) = 132+93+17=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #845D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845D11 is #7BA2EE. Grayscale: #606060. Windows color (decimal): -8102639 or 1138052. OLE color: 1138052.
HSL color Cylindrical-coordinate representation of color #845D11: hue angle of 39.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #845D11 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 17 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.48 |
| HSL | 39.65º | 0.77% | 0.29% | - |
| HSV(B) | 39.65º | 0.87% | 0.52% | - |
| XYZ | 13.53 | 12.77 | 2.28 | - |
| YUV | 96 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 17 | 0 | 0.30 | 0.87 | 0.48 | 39.65 | 0.77 | 0.29 |
| Hex | 84 | 5D | 11 | 0 | 1E | 57 | 30 | 28 | 4D | 1D |
| Octal | 204 | 135 | 21 | 0 | 36 | 127 | 60 | 50 | 115 | 35 |
| Binary | 10000100 | 1011101 | 10001 | 0 | 11110 | 1010111 | 110000 | 101000 | 1001101 | 11101 |
Color Harmonies of #845D11
Complementary color
Monochromatic Colors of #845D11
Black with #845D11
Text Example
Text Example
White with #845D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D11; }
p { color: rgb(132,93,17); }
H1.HeaderClassName
{
color: #845D11;
}
.AnyTagClassName
{
color: #845D11;
}
</style>
background-color css
<style>
a { background-color: #845D11; }
a { background-color: rgb(132,93,17); }
div.DivClassName
{
background-color: #845D11;
}
.BgClassName
{
background-color: #845D11;
}
</style>
border-color css
<style>
span { border-color: #845D11; }
span { border-color: rgb(132,93,17); }
td.TdClassName
{
border-color: #845D11;
}
.TagClassName
{
border-color: #845D11;
}
</style>