Shades of Hacienda #978117
Tints of Hacienda #978117
RGB
CMYK
RGB Variations
Color information
#978117 (or 0x978117) is known color: Hacienda. HEX triplet: 97, 81 and 17. RGB value is (151,129,23). Sum of RGB (Red+Green+Blue) = 151+129+23=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #978117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978117 is #687EE8. Grayscale: #7B7B7B. Windows color (decimal): -6848233 or 1540503. OLE color: 1540503.
HSL color Cylindrical-coordinate representation of color #978117: hue angle of 49.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #978117 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 23 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.41 |
| HSL | 49.69º | 0.74% | 0.34% | - |
| HSV(B) | 49.69º | 0.85% | 0.59% | - |
| XYZ | 20.77 | 22.34 | 4.03 | - |
| YUV | 123.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 23 | 0 | 0.15 | 0.85 | 0.41 | 49.69 | 0.74 | 0.34 |
| Hex | 97 | 81 | 17 | 0 | F | 55 | 29 | 32 | 4A | 22 |
| Octal | 227 | 201 | 27 | 0 | 17 | 125 | 51 | 62 | 112 | 42 |
| Binary | 10010111 | 10000001 | 10111 | 0 | 1111 | 1010101 | 101001 | 110010 | 1001010 | 100010 |
Color Harmonies of #978117
Complementary color
Monochromatic Colors of #978117
Black with #978117
Text Example
Text Example
White with #978117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978117; }
p { color: rgb(151,129,23); }
H1.HeaderClassName
{
color: #978117;
}
.AnyTagClassName
{
color: #978117;
}
</style>
background-color css
<style>
a { background-color: #978117; }
a { background-color: rgb(151,129,23); }
div.DivClassName
{
background-color: #978117;
}
.BgClassName
{
background-color: #978117;
}
</style>
border-color css
<style>
span { border-color: #978117; }
span { border-color: rgb(151,129,23); }
td.TdClassName
{
border-color: #978117;
}
.TagClassName
{
border-color: #978117;
}
</style>