Shades of Hacienda #997D19
Tints of Hacienda #997D19
RGB
CMYK
RGB Variations
Color information
#997D19 (or 0x997D19) is known color: Hacienda. HEX triplet: 99, 7D and 19. RGB value is (153,125,25). Sum of RGB (Red+Green+Blue) = 153+125+25=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997D19 is #6682E6. Grayscale: #7A7A7A. Windows color (decimal): -6718183 or 1670553. OLE color: 1670553.
HSL color Cylindrical-coordinate representation of color #997D19: hue angle of 46.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997D19 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 25 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.4 |
| HSL | 46.88º | 0.72% | 0.35% | - |
| HSV(B) | 46.88º | 0.84% | 0.6% | - |
| XYZ | 20.65 | 21.51 | 3.98 | - |
| YUV | 121.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 25 | 0 | 0.18 | 0.84 | 0.4 | 46.88 | 0.72 | 0.35 |
| Hex | 99 | 7D | 19 | 0 | 12 | 54 | 28 | 2F | 48 | 23 |
| Octal | 231 | 175 | 31 | 0 | 22 | 124 | 50 | 57 | 110 | 43 |
| Binary | 10011001 | 1111101 | 11001 | 0 | 10010 | 1010100 | 101000 | 101111 | 1001000 | 100011 |
Color Harmonies of #997D19
Complementary color
Monochromatic Colors of #997D19
Black with #997D19
Text Example
Text Example
White with #997D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D19; }
p { color: rgb(153,125,25); }
H1.HeaderClassName
{
color: #997D19;
}
.AnyTagClassName
{
color: #997D19;
}
</style>
background-color css
<style>
a { background-color: #997D19; }
a { background-color: rgb(153,125,25); }
div.DivClassName
{
background-color: #997D19;
}
.BgClassName
{
background-color: #997D19;
}
</style>
border-color css
<style>
span { border-color: #997D19; }
span { border-color: rgb(153,125,25); }
td.TdClassName
{
border-color: #997D19;
}
.TagClassName
{
border-color: #997D19;
}
</style>