Shades of Hacienda #997A2B
Tints of Hacienda #997A2B
RGB
CMYK
RGB Variations
Color information
#997A2B (or 0x997A2B) is known color: Hacienda. HEX triplet: 99, 7A and 2B. RGB value is (153,122,43). Sum of RGB (Red+Green+Blue) = 153+122+43=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A2B is #6685D4. Grayscale: #7A7A7A. Windows color (decimal): -6718933 or 2849433. OLE color: 2849433.
HSL color Cylindrical-coordinate representation of color #997A2B: hue angle of 43.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #997A2B is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 43 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.4 |
| HSL | 43.09º | 0.56% | 0.38% | - |
| HSV(B) | 43.09º | 0.72% | 0.6% | - |
| XYZ | 20.53 | 20.87 | 5.23 | - |
| YUV | 122.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 43 | 0 | 0.20 | 0.72 | 0.4 | 43.09 | 0.56 | 0.38 |
| Hex | 99 | 7A | 2B | 0 | 14 | 48 | 28 | 2B | 38 | 26 |
| Octal | 231 | 172 | 53 | 0 | 24 | 110 | 50 | 53 | 70 | 46 |
| Binary | 10011001 | 1111010 | 101011 | 0 | 10100 | 1001000 | 101000 | 101011 | 111000 | 100110 |
Color Harmonies of #997A2B
Complementary color
Monochromatic Colors of #997A2B
Black with #997A2B
Text Example
Text Example
White with #997A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A2B; }
p { color: rgb(153,122,43); }
H1.HeaderClassName
{
color: #997A2B;
}
.AnyTagClassName
{
color: #997A2B;
}
</style>
background-color css
<style>
a { background-color: #997A2B; }
a { background-color: rgb(153,122,43); }
div.DivClassName
{
background-color: #997A2B;
}
.BgClassName
{
background-color: #997A2B;
}
</style>
border-color css
<style>
span { border-color: #997A2B; }
span { border-color: rgb(153,122,43); }
td.TdClassName
{
border-color: #997A2B;
}
.TagClassName
{
border-color: #997A2B;
}
</style>