Shades of Hacienda #997D24
Tints of Hacienda #997D24
RGB
CMYK
RGB Variations
Color information
#997D24 (or 0x997D24) is known color: Hacienda. HEX triplet: 99, 7D and 24. RGB value is (153,125,36). Sum of RGB (Red+Green+Blue) = 153+125+36=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #997D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D24 is #6682DB. Grayscale: #7B7B7B. Windows color (decimal): -6718172 or 2391449. OLE color: 2391449.
HSL color Cylindrical-coordinate representation of color #997D24: hue angle of 45.64º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997D24 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 36 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.4 |
| HSL | 45.64º | 0.62% | 0.37% | - |
| HSV(B) | 45.64º | 0.76% | 0.6% | - |
| XYZ | 20.79 | 21.57 | 4.74 | - |
| YUV | 123.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 36 | 0 | 0.18 | 0.76 | 0.4 | 45.64 | 0.62 | 0.37 |
| Hex | 99 | 7D | 24 | 0 | 12 | 4C | 28 | 2E | 3E | 25 |
| Octal | 231 | 175 | 44 | 0 | 22 | 114 | 50 | 56 | 76 | 45 |
| Binary | 10011001 | 1111101 | 100100 | 0 | 10010 | 1001100 | 101000 | 101110 | 111110 | 100101 |
Color Harmonies of #997D24
Complementary color
Monochromatic Colors of #997D24
Black with #997D24
Text Example
Text Example
White with #997D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D24; }
p { color: rgb(153,125,36); }
H1.HeaderClassName
{
color: #997D24;
}
.AnyTagClassName
{
color: #997D24;
}
</style>
background-color css
<style>
a { background-color: #997D24; }
a { background-color: rgb(153,125,36); }
div.DivClassName
{
background-color: #997D24;
}
.BgClassName
{
background-color: #997D24;
}
</style>
border-color css
<style>
span { border-color: #997D24; }
span { border-color: rgb(153,125,36); }
td.TdClassName
{
border-color: #997D24;
}
.TagClassName
{
border-color: #997D24;
}
</style>