Shades of Yukon Gold #85751C
Tints of Yukon Gold #85751C
RGB
CMYK
RGB Variations
Color information
#85751C (or 0x85751C) is known color: Yukon Gold. HEX triplet: 85, 75 and 1C. RGB value is (133,117,28). Sum of RGB (Red+Green+Blue) = 133+117+28=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85751C is #7A8AE3. Grayscale: #707070. Windows color (decimal): -8030948 or 1865093. OLE color: 1865093.
HSL color Cylindrical-coordinate representation of color #85751C: hue angle of 50.86º 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 #85751C is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 28 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.48 |
| HSL | 50.86º | 0.65% | 0.32% | - |
| HSV(B) | 50.86º | 0.79% | 0.52% | - |
| XYZ | 16.24 | 17.79 | 3.68 | - |
| YUV | 111.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 28 | 0 | 0.12 | 0.79 | 0.48 | 50.86 | 0.65 | 0.32 |
| Hex | 85 | 75 | 1C | 0 | C | 4F | 30 | 33 | 41 | 20 |
| Octal | 205 | 165 | 34 | 0 | 14 | 117 | 60 | 63 | 101 | 40 |
| Binary | 10000101 | 1110101 | 11100 | 0 | 1100 | 1001111 | 110000 | 110011 | 1000001 | 100000 |
Color Harmonies of #85751C
Complementary color
Monochromatic Colors of #85751C
Black with #85751C
Text Example
Text Example
White with #85751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85751C; }
p { color: rgb(133,117,28); }
H1.HeaderClassName
{
color: #85751C;
}
.AnyTagClassName
{
color: #85751C;
}
</style>
background-color css
<style>
a { background-color: #85751C; }
a { background-color: rgb(133,117,28); }
div.DivClassName
{
background-color: #85751C;
}
.BgClassName
{
background-color: #85751C;
}
</style>
border-color css
<style>
span { border-color: #85751C; }
span { border-color: rgb(133,117,28); }
td.TdClassName
{
border-color: #85751C;
}
.TagClassName
{
border-color: #85751C;
}
</style>