Shades of Yukon Gold #87731B
Tints of Yukon Gold #87731B
RGB
CMYK
RGB Variations
Color information
#87731B (or 0x87731B) is known color: Yukon Gold. HEX triplet: 87, 73 and 1B. RGB value is (135,115,27). Sum of RGB (Red+Green+Blue) = 135+115+27=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #87731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87731B is #788CE4. Grayscale: #6F6F6F. Windows color (decimal): -7900389 or 1799047. OLE color: 1799047.
HSL color Cylindrical-coordinate representation of color #87731B: hue angle of 48.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87731B is Cyan = 0, Magento = 0.15, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 27 | - |
| CMYK | 0 | 0.15 | 0.8 | 0.47 |
| HSL | 48.89º | 0.67% | 0.32% | - |
| HSV(B) | 48.89º | 0.8% | 0.53% | - |
| XYZ | 16.32 | 17.49 | 3.55 | - |
| YUV | 110.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 27 | 0 | 0.15 | 0.8 | 0.47 | 48.89 | 0.67 | 0.32 |
| Hex | 87 | 73 | 1B | 0 | F | 50 | 2F | 31 | 43 | 20 |
| Octal | 207 | 163 | 33 | 0 | 17 | 120 | 57 | 61 | 103 | 40 |
| Binary | 10000111 | 1110011 | 11011 | 0 | 1111 | 1010000 | 101111 | 110001 | 1000011 | 100000 |
Color Harmonies of #87731B
Complementary color
Monochromatic Colors of #87731B
Black with #87731B
Text Example
Text Example
White with #87731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87731B; }
p { color: rgb(135,115,27); }
H1.HeaderClassName
{
color: #87731B;
}
.AnyTagClassName
{
color: #87731B;
}
</style>
background-color css
<style>
a { background-color: #87731B; }
a { background-color: rgb(135,115,27); }
div.DivClassName
{
background-color: #87731B;
}
.BgClassName
{
background-color: #87731B;
}
</style>
border-color css
<style>
span { border-color: #87731B; }
span { border-color: rgb(135,115,27); }
td.TdClassName
{
border-color: #87731B;
}
.TagClassName
{
border-color: #87731B;
}
</style>