Shades of Hacienda #9C7A18
Tints of Hacienda #9C7A18
RGB
CMYK
RGB Variations
Color information
#9C7A18 (or 0x9C7A18) is known color: Hacienda. HEX triplet: 9C, 7A and 18. RGB value is (156,122,24). Sum of RGB (Red+Green+Blue) = 156+122+24=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7A18 is #6385E7. Grayscale: #797979. Windows color (decimal): -6522344 or 1604252. OLE color: 1604252.
HSL color Cylindrical-coordinate representation of color #9C7A18: hue angle of 44.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C7A18 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 24 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.39 |
| HSL | 44.55º | 0.73% | 0.35% | - |
| HSV(B) | 44.55º | 0.85% | 0.61% | - |
| XYZ | 20.83 | 21.05 | 3.83 | - |
| YUV | 120.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 24 | 0 | 0.22 | 0.85 | 0.39 | 44.55 | 0.73 | 0.35 |
| Hex | 9C | 7A | 18 | 0 | 16 | 55 | 27 | 2D | 49 | 23 |
| Octal | 234 | 172 | 30 | 0 | 26 | 125 | 47 | 55 | 111 | 43 |
| Binary | 10011100 | 1111010 | 11000 | 0 | 10110 | 1010101 | 100111 | 101101 | 1001001 | 100011 |
Color Harmonies of #9C7A18
Complementary color
Monochromatic Colors of #9C7A18
Black with #9C7A18
Text Example
Text Example
White with #9C7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A18; }
p { color: rgb(156,122,24); }
H1.HeaderClassName
{
color: #9C7A18;
}
.AnyTagClassName
{
color: #9C7A18;
}
</style>
background-color css
<style>
a { background-color: #9C7A18; }
a { background-color: rgb(156,122,24); }
div.DivClassName
{
background-color: #9C7A18;
}
.BgClassName
{
background-color: #9C7A18;
}
</style>
border-color css
<style>
span { border-color: #9C7A18; }
span { border-color: rgb(156,122,24); }
td.TdClassName
{
border-color: #9C7A18;
}
.TagClassName
{
border-color: #9C7A18;
}
</style>