Shades of Yukon Gold #85771E
Tints of Yukon Gold #85771E
RGB
CMYK
RGB Variations
Color information
#85771E (or 0x85771E) is known color: Yukon Gold. HEX triplet: 85, 77 and 1E. RGB value is (133,119,30). Sum of RGB (Red+Green+Blue) = 133+119+30=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85771E is #7A88E1. Grayscale: #717171. Windows color (decimal): -8030434 or 1996677. OLE color: 1996677.
HSL color Cylindrical-coordinate representation of color #85771E: hue angle of 51.84º 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 #85771E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 119 | 30 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.48 |
| HSL | 51.84º | 0.63% | 0.32% | - |
| HSV(B) | 51.84º | 0.77% | 0.52% | - |
| XYZ | 16.5 | 18.27 | 3.89 | - |
| YUV | 113.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 30 | 0 | 0.11 | 0.77 | 0.48 | 51.84 | 0.63 | 0.32 |
| Hex | 85 | 77 | 1E | 0 | B | 4D | 30 | 34 | 3F | 20 |
| Octal | 205 | 167 | 36 | 0 | 13 | 115 | 60 | 64 | 77 | 40 |
| Binary | 10000101 | 1110111 | 11110 | 0 | 1011 | 1001101 | 110000 | 110100 | 111111 | 100000 |
Color Harmonies of #85771E
Complementary color
Monochromatic Colors of #85771E
Black with #85771E
Text Example
Text Example
White with #85771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85771E; }
p { color: rgb(133,119,30); }
H1.HeaderClassName
{
color: #85771E;
}
.AnyTagClassName
{
color: #85771E;
}
</style>
background-color css
<style>
a { background-color: #85771E; }
a { background-color: rgb(133,119,30); }
div.DivClassName
{
background-color: #85771E;
}
.BgClassName
{
background-color: #85771E;
}
</style>
border-color css
<style>
span { border-color: #85771E; }
span { border-color: rgb(133,119,30); }
td.TdClassName
{
border-color: #85771E;
}
.TagClassName
{
border-color: #85771E;
}
</style>