Shades of Hacienda #9C7E22
Tints of Hacienda #9C7E22
RGB
CMYK
RGB Variations
Color information
#9C7E22 (or 0x9C7E22) is known color: Hacienda. HEX triplet: 9C, 7E and 22. RGB value is (156,126,34). Sum of RGB (Red+Green+Blue) = 156+126+34=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E22 is #6381DD. Grayscale: #7C7C7C. Windows color (decimal): -6521310 or 2260636. OLE color: 2260636.
HSL color Cylindrical-coordinate representation of color #9C7E22: hue angle of 45.25º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C7E22 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 34 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.39 |
| HSL | 45.25º | 0.64% | 0.37% | - |
| HSV(B) | 45.25º | 0.78% | 0.61% | - |
| XYZ | 21.46 | 22.11 | 4.65 | - |
| YUV | 124.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 34 | 0 | 0.19 | 0.78 | 0.39 | 45.25 | 0.64 | 0.37 |
| Hex | 9C | 7E | 22 | 0 | 13 | 4E | 27 | 2D | 40 | 25 |
| Octal | 234 | 176 | 42 | 0 | 23 | 116 | 47 | 55 | 100 | 45 |
| Binary | 10011100 | 1111110 | 100010 | 0 | 10011 | 1001110 | 100111 | 101101 | 1000000 | 100101 |
Color Harmonies of #9C7E22
Complementary color
Monochromatic Colors of #9C7E22
Black with #9C7E22
Text Example
Text Example
White with #9C7E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E22; }
p { color: rgb(156,126,34); }
H1.HeaderClassName
{
color: #9C7E22;
}
.AnyTagClassName
{
color: #9C7E22;
}
</style>
background-color css
<style>
a { background-color: #9C7E22; }
a { background-color: rgb(156,126,34); }
div.DivClassName
{
background-color: #9C7E22;
}
.BgClassName
{
background-color: #9C7E22;
}
</style>
border-color css
<style>
span { border-color: #9C7E22; }
span { border-color: rgb(156,126,34); }
td.TdClassName
{
border-color: #9C7E22;
}
.TagClassName
{
border-color: #9C7E22;
}
</style>