Shades of Hacienda #978319
Tints of Hacienda #978319
RGB
CMYK
RGB Variations
Color information
#978319 (or 0x978319) is known color: Hacienda. HEX triplet: 97, 83 and 19. RGB value is (151,131,25). Sum of RGB (Red+Green+Blue) = 151+131+25=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #978319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978319 is #687CE6. Grayscale: #7D7D7D. Windows color (decimal): -6847719 or 1672087. OLE color: 1672087.
HSL color Cylindrical-coordinate representation of color #978319: hue angle of 50.48º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #978319 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 25 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.41 |
| HSL | 50.48º | 0.72% | 0.35% | - |
| HSV(B) | 50.48º | 0.83% | 0.59% | - |
| XYZ | 21.05 | 22.88 | 4.23 | - |
| YUV | 124.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 25 | 0 | 0.13 | 0.83 | 0.41 | 50.48 | 0.72 | 0.35 |
| Hex | 97 | 83 | 19 | 0 | D | 53 | 29 | 32 | 48 | 23 |
| Octal | 227 | 203 | 31 | 0 | 15 | 123 | 51 | 62 | 110 | 43 |
| Binary | 10010111 | 10000011 | 11001 | 0 | 1101 | 1010011 | 101001 | 110010 | 1001000 | 100011 |
Color Harmonies of #978319
Complementary color
Monochromatic Colors of #978319
Black with #978319
Text Example
Text Example
White with #978319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978319; }
p { color: rgb(151,131,25); }
H1.HeaderClassName
{
color: #978319;
}
.AnyTagClassName
{
color: #978319;
}
</style>
background-color css
<style>
a { background-color: #978319; }
a { background-color: rgb(151,131,25); }
div.DivClassName
{
background-color: #978319;
}
.BgClassName
{
background-color: #978319;
}
</style>
border-color css
<style>
span { border-color: #978319; }
span { border-color: rgb(151,131,25); }
td.TdClassName
{
border-color: #978319;
}
.TagClassName
{
border-color: #978319;
}
</style>