Shades of Hacienda #977D13
Tints of Hacienda #977D13
RGB
CMYK
RGB Variations
Color information
#977D13 (or 0x977D13) is known color: Hacienda. HEX triplet: 97, 7D and 13. RGB value is (151,125,19). Sum of RGB (Red+Green+Blue) = 151+125+19=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #977D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977D13 is #6882EC. Grayscale: #797979. Windows color (decimal): -6849261 or 1277335. OLE color: 1277335.
HSL color Cylindrical-coordinate representation of color #977D13: hue angle of 48.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #977D13 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 19 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.41 |
| HSL | 48.18º | 0.78% | 0.33% | - |
| HSV(B) | 48.18º | 0.87% | 0.59% | - |
| XYZ | 20.21 | 21.29 | 3.66 | - |
| YUV | 120.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 19 | 0 | 0.17 | 0.87 | 0.41 | 48.18 | 0.78 | 0.33 |
| Hex | 97 | 7D | 13 | 0 | 11 | 57 | 29 | 30 | 4E | 21 |
| Octal | 227 | 175 | 23 | 0 | 21 | 127 | 51 | 60 | 116 | 41 |
| Binary | 10010111 | 1111101 | 10011 | 0 | 10001 | 1010111 | 101001 | 110000 | 1001110 | 100001 |
Color Harmonies of #977D13
Complementary color
Monochromatic Colors of #977D13
Black with #977D13
Text Example
Text Example
White with #977D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D13; }
p { color: rgb(151,125,19); }
H1.HeaderClassName
{
color: #977D13;
}
.AnyTagClassName
{
color: #977D13;
}
</style>
background-color css
<style>
a { background-color: #977D13; }
a { background-color: rgb(151,125,19); }
div.DivClassName
{
background-color: #977D13;
}
.BgClassName
{
background-color: #977D13;
}
</style>
border-color css
<style>
span { border-color: #977D13; }
span { border-color: rgb(151,125,19); }
td.TdClassName
{
border-color: #977D13;
}
.TagClassName
{
border-color: #977D13;
}
</style>