Shades of Hacienda #997D25
Tints of Hacienda #997D25
RGB
CMYK
RGB Variations
Color information
#997D25 (or 0x997D25) is known color: Hacienda. HEX triplet: 99, 7D and 25. RGB value is (153,125,37). Sum of RGB (Red+Green+Blue) = 153+125+37=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #997D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D25 is #6682DA. Grayscale: #7B7B7B. Windows color (decimal): -6718171 or 2456985. OLE color: 2456985.
HSL color Cylindrical-coordinate representation of color #997D25: hue angle of 45.52º degrees, saturation: 0.61, 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 #997D25 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 37 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.4 |
| HSL | 45.52º | 0.61% | 0.37% | - |
| HSV(B) | 45.52º | 0.76% | 0.6% | - |
| XYZ | 20.8 | 21.57 | 4.82 | - |
| YUV | 123.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 37 | 0 | 0.18 | 0.76 | 0.4 | 45.52 | 0.61 | 0.37 |
| Hex | 99 | 7D | 25 | 0 | 12 | 4C | 28 | 2E | 3D | 25 |
| Octal | 231 | 175 | 45 | 0 | 22 | 114 | 50 | 56 | 75 | 45 |
| Binary | 10011001 | 1111101 | 100101 | 0 | 10010 | 1001100 | 101000 | 101110 | 111101 | 100101 |
Color Harmonies of #997D25
Complementary color
Monochromatic Colors of #997D25
Black with #997D25
Text Example
Text Example
White with #997D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D25; }
p { color: rgb(153,125,37); }
H1.HeaderClassName
{
color: #997D25;
}
.AnyTagClassName
{
color: #997D25;
}
</style>
background-color css
<style>
a { background-color: #997D25; }
a { background-color: rgb(153,125,37); }
div.DivClassName
{
background-color: #997D25;
}
.BgClassName
{
background-color: #997D25;
}
</style>
border-color css
<style>
span { border-color: #997D25; }
span { border-color: rgb(153,125,37); }
td.TdClassName
{
border-color: #997D25;
}
.TagClassName
{
border-color: #997D25;
}
</style>