Shades of Yukon Gold #85701E
Tints of Yukon Gold #85701E
RGB
CMYK
RGB Variations
Color information
#85701E (or 0x85701E) is known color: Yukon Gold. HEX triplet: 85, 70 and 1E. RGB value is (133,112,30). Sum of RGB (Red+Green+Blue) = 133+112+30=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85701E is #7A8FE1. Grayscale: #6D6D6D. Windows color (decimal): -8032226 or 1994885. OLE color: 1994885.
HSL color Cylindrical-coordinate representation of color #85701E: hue angle of 47.77º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85701E is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 30 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.48 |
| HSL | 47.77º | 0.63% | 0.32% | - |
| HSV(B) | 47.77º | 0.77% | 0.52% | - |
| XYZ | 15.7 | 16.67 | 3.62 | - |
| YUV | 108.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 30 | 0 | 0.16 | 0.77 | 0.48 | 47.77 | 0.63 | 0.32 |
| Hex | 85 | 70 | 1E | 0 | 10 | 4D | 30 | 30 | 3F | 20 |
| Octal | 205 | 160 | 36 | 0 | 20 | 115 | 60 | 60 | 77 | 40 |
| Binary | 10000101 | 1110000 | 11110 | 0 | 10000 | 1001101 | 110000 | 110000 | 111111 | 100000 |
Color Harmonies of #85701E
Complementary color
Monochromatic Colors of #85701E
Black with #85701E
Text Example
Text Example
White with #85701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85701E; }
p { color: rgb(133,112,30); }
H1.HeaderClassName
{
color: #85701E;
}
.AnyTagClassName
{
color: #85701E;
}
</style>
background-color css
<style>
a { background-color: #85701E; }
a { background-color: rgb(133,112,30); }
div.DivClassName
{
background-color: #85701E;
}
.BgClassName
{
background-color: #85701E;
}
</style>
border-color css
<style>
span { border-color: #85701E; }
span { border-color: rgb(133,112,30); }
td.TdClassName
{
border-color: #85701E;
}
.TagClassName
{
border-color: #85701E;
}
</style>