Shades of Yukon Gold #855D15
Tints of Yukon Gold #855D15
RGB
CMYK
RGB Variations
Color information
#855D15 (or 0x855D15) is known color: Yukon Gold. HEX triplet: 85, 5D and 15. RGB value is (133,93,21). Sum of RGB (Red+Green+Blue) = 133+93+21=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #855D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D15 is #7AA2EA. Grayscale: #616161. Windows color (decimal): -8037099 or 1400197. OLE color: 1400197.
HSL color Cylindrical-coordinate representation of color #855D15: hue angle of 38.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #855D15 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 21 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.48 |
| HSL | 38.57º | 0.73% | 0.3% | - |
| HSV(B) | 38.57º | 0.84% | 0.52% | - |
| XYZ | 13.72 | 12.87 | 2.47 | - |
| YUV | 96.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 21 | 0 | 0.30 | 0.84 | 0.48 | 38.57 | 0.73 | 0.3 |
| Hex | 85 | 5D | 15 | 0 | 1E | 54 | 30 | 27 | 49 | 1E |
| Octal | 205 | 135 | 25 | 0 | 36 | 124 | 60 | 47 | 111 | 36 |
| Binary | 10000101 | 1011101 | 10101 | 0 | 11110 | 1010100 | 110000 | 100111 | 1001001 | 11110 |
Color Harmonies of #855D15
Complementary color
Monochromatic Colors of #855D15
Black with #855D15
Text Example
Text Example
White with #855D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D15; }
p { color: rgb(133,93,21); }
H1.HeaderClassName
{
color: #855D15;
}
.AnyTagClassName
{
color: #855D15;
}
</style>
background-color css
<style>
a { background-color: #855D15; }
a { background-color: rgb(133,93,21); }
div.DivClassName
{
background-color: #855D15;
}
.BgClassName
{
background-color: #855D15;
}
</style>
border-color css
<style>
span { border-color: #855D15; }
span { border-color: rgb(133,93,21); }
td.TdClassName
{
border-color: #855D15;
}
.TagClassName
{
border-color: #855D15;
}
</style>