Shades of Yukon Gold #85721B
Tints of Yukon Gold #85721B
RGB
CMYK
RGB Variations
Color information
#85721B (or 0x85721B) is known color: Yukon Gold. HEX triplet: 85, 72 and 1B. RGB value is (133,114,27). Sum of RGB (Red+Green+Blue) = 133+114+27=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85721B is #7A8DE4. Grayscale: #6E6E6E. Windows color (decimal): -8031717 or 1798789. OLE color: 1798789.
HSL color Cylindrical-coordinate representation of color #85721B: hue angle of 49.25º 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 #85721B is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 27 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.48 |
| HSL | 49.25º | 0.66% | 0.31% | - |
| HSV(B) | 49.25º | 0.8% | 0.52% | - |
| XYZ | 15.89 | 17.1 | 3.5 | - |
| YUV | 109.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 27 | 0 | 0.14 | 0.80 | 0.48 | 49.25 | 0.66 | 0.31 |
| Hex | 85 | 72 | 1B | 0 | E | 50 | 30 | 31 | 42 | 1F |
| Octal | 205 | 162 | 33 | 0 | 16 | 120 | 60 | 61 | 102 | 37 |
| Binary | 10000101 | 1110010 | 11011 | 0 | 1110 | 1010000 | 110000 | 110001 | 1000010 | 11111 |
Color Harmonies of #85721B
Complementary color
Monochromatic Colors of #85721B
Black with #85721B
Text Example
Text Example
White with #85721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85721B; }
p { color: rgb(133,114,27); }
H1.HeaderClassName
{
color: #85721B;
}
.AnyTagClassName
{
color: #85721B;
}
</style>
background-color css
<style>
a { background-color: #85721B; }
a { background-color: rgb(133,114,27); }
div.DivClassName
{
background-color: #85721B;
}
.BgClassName
{
background-color: #85721B;
}
</style>
border-color css
<style>
span { border-color: #85721B; }
span { border-color: rgb(133,114,27); }
td.TdClassName
{
border-color: #85721B;
}
.TagClassName
{
border-color: #85721B;
}
</style>