Shades of Yukon Gold #85771A
Tints of Yukon Gold #85771A
RGB
CMYK
RGB Variations
Color information
#85771A (or 0x85771A) is known color: Yukon Gold. HEX triplet: 85, 77 and 1A. RGB value is (133,119,26). Sum of RGB (Red+Green+Blue) = 133+119+26=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85771A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85771A is #7A88E5. Grayscale: #707070. Windows color (decimal): -8030438 or 1734533. OLE color: 1734533.
HSL color Cylindrical-coordinate representation of color #85771A: hue angle of 52.15º degrees, saturation: 0.67, 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 #85771A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 119 | 26 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.48 |
| HSL | 52.15º | 0.67% | 0.31% | - |
| HSV(B) | 52.15º | 0.8% | 0.52% | - |
| XYZ | 16.46 | 18.25 | 3.63 | - |
| YUV | 112.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 26 | 0 | 0.11 | 0.80 | 0.48 | 52.15 | 0.67 | 0.31 |
| Hex | 85 | 77 | 1A | 0 | B | 50 | 30 | 34 | 43 | 1F |
| Octal | 205 | 167 | 32 | 0 | 13 | 120 | 60 | 64 | 103 | 37 |
| Binary | 10000101 | 1110111 | 11010 | 0 | 1011 | 1010000 | 110000 | 110100 | 1000011 | 11111 |
Color Harmonies of #85771A
Complementary color
Monochromatic Colors of #85771A
Black with #85771A
Text Example
Text Example
White with #85771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85771A; }
p { color: rgb(133,119,26); }
H1.HeaderClassName
{
color: #85771A;
}
.AnyTagClassName
{
color: #85771A;
}
</style>
background-color css
<style>
a { background-color: #85771A; }
a { background-color: rgb(133,119,26); }
div.DivClassName
{
background-color: #85771A;
}
.BgClassName
{
background-color: #85771A;
}
</style>
border-color css
<style>
span { border-color: #85771A; }
span { border-color: rgb(133,119,26); }
td.TdClassName
{
border-color: #85771A;
}
.TagClassName
{
border-color: #85771A;
}
</style>