Shades of Yukon Gold #887A1C
Tints of Yukon Gold #887A1C
RGB
CMYK
RGB Variations
Color information
#887A1C (or 0x887A1C) is known color: Yukon Gold. HEX triplet: 88, 7A and 1C. RGB value is (136,122,28). Sum of RGB (Red+Green+Blue) = 136+122+28=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #887A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A1C is #7785E3. Grayscale: #737373. Windows color (decimal): -7833060 or 1866376. OLE color: 1866376.
HSL color Cylindrical-coordinate representation of color #887A1C: hue angle of 52.22º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #887A1C is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 28 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.47 |
| HSL | 52.22º | 0.66% | 0.32% | - |
| HSV(B) | 52.22º | 0.79% | 0.53% | - |
| XYZ | 17.32 | 19.24 | 3.9 | - |
| YUV | 115.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 28 | 0 | 0.10 | 0.79 | 0.47 | 52.22 | 0.66 | 0.32 |
| Hex | 88 | 7A | 1C | 0 | A | 4F | 2F | 34 | 42 | 20 |
| Octal | 210 | 172 | 34 | 0 | 12 | 117 | 57 | 64 | 102 | 40 |
| Binary | 10001000 | 1111010 | 11100 | 0 | 1010 | 1001111 | 101111 | 110100 | 1000010 | 100000 |
Color Harmonies of #887A1C
Complementary color
Monochromatic Colors of #887A1C
Black with #887A1C
Text Example
Text Example
White with #887A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A1C; }
p { color: rgb(136,122,28); }
H1.HeaderClassName
{
color: #887A1C;
}
.AnyTagClassName
{
color: #887A1C;
}
</style>
background-color css
<style>
a { background-color: #887A1C; }
a { background-color: rgb(136,122,28); }
div.DivClassName
{
background-color: #887A1C;
}
.BgClassName
{
background-color: #887A1C;
}
</style>
border-color css
<style>
span { border-color: #887A1C; }
span { border-color: rgb(136,122,28); }
td.TdClassName
{
border-color: #887A1C;
}
.TagClassName
{
border-color: #887A1C;
}
</style>