Shades of Yukon Gold #85731C
Tints of Yukon Gold #85731C
RGB
CMYK
RGB Variations
Color information
#85731C (or 0x85731C) is known color: Yukon Gold. HEX triplet: 85, 73 and 1C. RGB value is (133,115,28). Sum of RGB (Red+Green+Blue) = 133+115+28=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85731C is #7A8CE3. Grayscale: #6E6E6E. Windows color (decimal): -8031460 or 1864581. OLE color: 1864581.
HSL color Cylindrical-coordinate representation of color #85731C: hue angle of 49.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85731C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 28 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.48 |
| HSL | 49.71º | 0.65% | 0.32% | - |
| HSV(B) | 49.71º | 0.79% | 0.52% | - |
| XYZ | 16.01 | 17.33 | 3.6 | - |
| YUV | 110.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 28 | 0 | 0.14 | 0.79 | 0.48 | 49.71 | 0.65 | 0.32 |
| Hex | 85 | 73 | 1C | 0 | E | 4F | 30 | 32 | 41 | 20 |
| Octal | 205 | 163 | 34 | 0 | 16 | 117 | 60 | 62 | 101 | 40 |
| Binary | 10000101 | 1110011 | 11100 | 0 | 1110 | 1001111 | 110000 | 110010 | 1000001 | 100000 |
Color Harmonies of #85731C
Complementary color
Monochromatic Colors of #85731C
Black with #85731C
Text Example
Text Example
White with #85731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85731C; }
p { color: rgb(133,115,28); }
H1.HeaderClassName
{
color: #85731C;
}
.AnyTagClassName
{
color: #85731C;
}
</style>
background-color css
<style>
a { background-color: #85731C; }
a { background-color: rgb(133,115,28); }
div.DivClassName
{
background-color: #85731C;
}
.BgClassName
{
background-color: #85731C;
}
</style>
border-color css
<style>
span { border-color: #85731C; }
span { border-color: rgb(133,115,28); }
td.TdClassName
{
border-color: #85731C;
}
.TagClassName
{
border-color: #85731C;
}
</style>