Shades of Hacienda #997524
Tints of Hacienda #997524
RGB
CMYK
RGB Variations
Color information
#997524 (or 0x997524) is known color: Hacienda. HEX triplet: 99, 75 and 24. RGB value is (153,117,36). Sum of RGB (Red+Green+Blue) = 153+117+36=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #997524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997524 is #668ADB. Grayscale: #767676. Windows color (decimal): -6720220 or 2389401. OLE color: 2389401.
HSL color Cylindrical-coordinate representation of color #997524: hue angle of 41.54º 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 #997524 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 36 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.4 |
| HSL | 41.54º | 0.62% | 0.37% | - |
| HSV(B) | 41.54º | 0.76% | 0.6% | - |
| XYZ | 19.82 | 19.62 | 4.41 | - |
| YUV | 118.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 36 | 0 | 0.24 | 0.76 | 0.4 | 41.54 | 0.62 | 0.37 |
| Hex | 99 | 75 | 24 | 0 | 18 | 4C | 28 | 2A | 3E | 25 |
| Octal | 231 | 165 | 44 | 0 | 30 | 114 | 50 | 52 | 76 | 45 |
| Binary | 10011001 | 1110101 | 100100 | 0 | 11000 | 1001100 | 101000 | 101010 | 111110 | 100101 |
Color Harmonies of #997524
Complementary color
Monochromatic Colors of #997524
Black with #997524
Text Example
Text Example
White with #997524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997524; }
p { color: rgb(153,117,36); }
H1.HeaderClassName
{
color: #997524;
}
.AnyTagClassName
{
color: #997524;
}
</style>
background-color css
<style>
a { background-color: #997524; }
a { background-color: rgb(153,117,36); }
div.DivClassName
{
background-color: #997524;
}
.BgClassName
{
background-color: #997524;
}
</style>
border-color css
<style>
span { border-color: #997524; }
span { border-color: rgb(153,117,36); }
td.TdClassName
{
border-color: #997524;
}
.TagClassName
{
border-color: #997524;
}
</style>