Shades of Yukon Gold #85781B
Tints of Yukon Gold #85781B
RGB
CMYK
RGB Variations
Color information
#85781B (or 0x85781B) is known color: Yukon Gold. HEX triplet: 85, 78 and 1B. RGB value is (133,120,27). Sum of RGB (Red+Green+Blue) = 133+120+27=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85781B is #7A87E4. Grayscale: #717171. Windows color (decimal): -8030181 or 1800325. OLE color: 1800325.
HSL color Cylindrical-coordinate representation of color #85781B: hue angle of 52.64º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85781B is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 27 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.48 |
| HSL | 52.64º | 0.66% | 0.31% | - |
| HSV(B) | 52.64º | 0.8% | 0.52% | - |
| XYZ | 16.59 | 18.5 | 3.73 | - |
| YUV | 113.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 27 | 0 | 0.10 | 0.80 | 0.48 | 52.64 | 0.66 | 0.31 |
| Hex | 85 | 78 | 1B | 0 | A | 50 | 30 | 35 | 42 | 1F |
| Octal | 205 | 170 | 33 | 0 | 12 | 120 | 60 | 65 | 102 | 37 |
| Binary | 10000101 | 1111000 | 11011 | 0 | 1010 | 1010000 | 110000 | 110101 | 1000010 | 11111 |
Color Harmonies of #85781B
Complementary color
Monochromatic Colors of #85781B
Black with #85781B
Text Example
Text Example
White with #85781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85781B; }
p { color: rgb(133,120,27); }
H1.HeaderClassName
{
color: #85781B;
}
.AnyTagClassName
{
color: #85781B;
}
</style>
background-color css
<style>
a { background-color: #85781B; }
a { background-color: rgb(133,120,27); }
div.DivClassName
{
background-color: #85781B;
}
.BgClassName
{
background-color: #85781B;
}
</style>
border-color css
<style>
span { border-color: #85781B; }
span { border-color: rgb(133,120,27); }
td.TdClassName
{
border-color: #85781B;
}
.TagClassName
{
border-color: #85781B;
}
</style>