Shades of Hacienda #997C2D
Tints of Hacienda #997C2D
RGB
CMYK
RGB Variations
Color information
#997C2D (or 0x997C2D) is known color: Hacienda. HEX triplet: 99, 7C and 2D. RGB value is (153,124,45). Sum of RGB (Red+Green+Blue) = 153+124+45=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #997C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C2D is #6683D2. Grayscale: #7C7C7C. Windows color (decimal): -6718419 or 2981017. OLE color: 2981017.
HSL color Cylindrical-coordinate representation of color #997C2D: hue angle of 43.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #997C2D is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 45 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.4 |
| HSL | 43.89º | 0.55% | 0.39% | - |
| HSV(B) | 43.89º | 0.71% | 0.6% | - |
| XYZ | 20.82 | 21.38 | 5.51 | - |
| YUV | 123.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 45 | 0 | 0.19 | 0.71 | 0.4 | 43.89 | 0.55 | 0.39 |
| Hex | 99 | 7C | 2D | 0 | 13 | 47 | 28 | 2C | 37 | 27 |
| Octal | 231 | 174 | 55 | 0 | 23 | 107 | 50 | 54 | 67 | 47 |
| Binary | 10011001 | 1111100 | 101101 | 0 | 10011 | 1000111 | 101000 | 101100 | 110111 | 100111 |
Color Harmonies of #997C2D
Complementary color
Monochromatic Colors of #997C2D
Black with #997C2D
Text Example
Text Example
White with #997C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C2D; }
p { color: rgb(153,124,45); }
H1.HeaderClassName
{
color: #997C2D;
}
.AnyTagClassName
{
color: #997C2D;
}
</style>
background-color css
<style>
a { background-color: #997C2D; }
a { background-color: rgb(153,124,45); }
div.DivClassName
{
background-color: #997C2D;
}
.BgClassName
{
background-color: #997C2D;
}
</style>
border-color css
<style>
span { border-color: #997C2D; }
span { border-color: rgb(153,124,45); }
td.TdClassName
{
border-color: #997C2D;
}
.TagClassName
{
border-color: #997C2D;
}
</style>