Shades of Yukon Gold #85761E
Tints of Yukon Gold #85761E
RGB
CMYK
RGB Variations
Color information
#85761E (or 0x85761E) is known color: Yukon Gold. HEX triplet: 85, 76 and 1E. RGB value is (133,118,30). Sum of RGB (Red+Green+Blue) = 133+118+30=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85761E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85761E is #7A89E1. Grayscale: #707070. Windows color (decimal): -8030690 or 1996421. OLE color: 1996421.
HSL color Cylindrical-coordinate representation of color #85761E: hue angle of 51.26º 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 #85761E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 30 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.48 |
| HSL | 51.26º | 0.63% | 0.32% | - |
| HSV(B) | 51.26º | 0.77% | 0.52% | - |
| XYZ | 16.39 | 18.04 | 3.85 | - |
| YUV | 112.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 30 | 0 | 0.11 | 0.77 | 0.48 | 51.26 | 0.63 | 0.32 |
| Hex | 85 | 76 | 1E | 0 | B | 4D | 30 | 33 | 3F | 20 |
| Octal | 205 | 166 | 36 | 0 | 13 | 115 | 60 | 63 | 77 | 40 |
| Binary | 10000101 | 1110110 | 11110 | 0 | 1011 | 1001101 | 110000 | 110011 | 111111 | 100000 |
Color Harmonies of #85761E
Complementary color
Monochromatic Colors of #85761E
Black with #85761E
Text Example
Text Example
White with #85761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85761E; }
p { color: rgb(133,118,30); }
H1.HeaderClassName
{
color: #85761E;
}
.AnyTagClassName
{
color: #85761E;
}
</style>
background-color css
<style>
a { background-color: #85761E; }
a { background-color: rgb(133,118,30); }
div.DivClassName
{
background-color: #85761E;
}
.BgClassName
{
background-color: #85761E;
}
</style>
border-color css
<style>
span { border-color: #85761E; }
span { border-color: rgb(133,118,30); }
td.TdClassName
{
border-color: #85761E;
}
.TagClassName
{
border-color: #85761E;
}
</style>