Shades of Hacienda #9C7E26
Tints of Hacienda #9C7E26
RGB
CMYK
RGB Variations
Color information
#9C7E26 (or 0x9C7E26) is known color: Hacienda. HEX triplet: 9C, 7E and 26. RGB value is (156,126,38). Sum of RGB (Red+Green+Blue) = 156+126+38=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E26 is #6381D9. Grayscale: #7D7D7D. Windows color (decimal): -6521306 or 2522780. OLE color: 2522780.
HSL color Cylindrical-coordinate representation of color #9C7E26: hue angle of 44.75º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C7E26 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 38 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.39 |
| HSL | 44.75º | 0.61% | 0.38% | - |
| HSV(B) | 44.75º | 0.76% | 0.61% | - |
| XYZ | 21.52 | 22.13 | 4.97 | - |
| YUV | 124.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 38 | 0 | 0.19 | 0.76 | 0.39 | 44.75 | 0.61 | 0.38 |
| Hex | 9C | 7E | 26 | 0 | 13 | 4C | 27 | 2D | 3D | 26 |
| Octal | 234 | 176 | 46 | 0 | 23 | 114 | 47 | 55 | 75 | 46 |
| Binary | 10011100 | 1111110 | 100110 | 0 | 10011 | 1001100 | 100111 | 101101 | 111101 | 100110 |
Color Harmonies of #9C7E26
Complementary color
Monochromatic Colors of #9C7E26
Black with #9C7E26
Text Example
Text Example
White with #9C7E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E26; }
p { color: rgb(156,126,38); }
H1.HeaderClassName
{
color: #9C7E26;
}
.AnyTagClassName
{
color: #9C7E26;
}
</style>
background-color css
<style>
a { background-color: #9C7E26; }
a { background-color: rgb(156,126,38); }
div.DivClassName
{
background-color: #9C7E26;
}
.BgClassName
{
background-color: #9C7E26;
}
</style>
border-color css
<style>
span { border-color: #9C7E26; }
span { border-color: rgb(156,126,38); }
td.TdClassName
{
border-color: #9C7E26;
}
.TagClassName
{
border-color: #9C7E26;
}
</style>