Shades of Hacienda #9C7A13
Tints of Hacienda #9C7A13
RGB
CMYK
RGB Variations
Color information
#9C7A13 (or 0x9C7A13) is known color: Hacienda. HEX triplet: 9C, 7A and 13. RGB value is (156,122,19). Sum of RGB (Red+Green+Blue) = 156+122+19=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7A13 is #6385EC. Grayscale: #787878. Windows color (decimal): -6522349 or 1276572. OLE color: 1276572.
HSL color Cylindrical-coordinate representation of color #9C7A13: hue angle of 45.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C7A13 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 19 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.39 |
| HSL | 45.11º | 0.78% | 0.34% | - |
| HSV(B) | 45.11º | 0.88% | 0.61% | - |
| XYZ | 20.79 | 21.03 | 3.58 | - |
| YUV | 120.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 19 | 0 | 0.22 | 0.88 | 0.39 | 45.11 | 0.78 | 0.34 |
| Hex | 9C | 7A | 13 | 0 | 16 | 58 | 27 | 2D | 4E | 22 |
| Octal | 234 | 172 | 23 | 0 | 26 | 130 | 47 | 55 | 116 | 42 |
| Binary | 10011100 | 1111010 | 10011 | 0 | 10110 | 1011000 | 100111 | 101101 | 1001110 | 100010 |
Color Harmonies of #9C7A13
Complementary color
Monochromatic Colors of #9C7A13
Black with #9C7A13
Text Example
Text Example
White with #9C7A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A13; }
p { color: rgb(156,122,19); }
H1.HeaderClassName
{
color: #9C7A13;
}
.AnyTagClassName
{
color: #9C7A13;
}
</style>
background-color css
<style>
a { background-color: #9C7A13; }
a { background-color: rgb(156,122,19); }
div.DivClassName
{
background-color: #9C7A13;
}
.BgClassName
{
background-color: #9C7A13;
}
</style>
border-color css
<style>
span { border-color: #9C7A13; }
span { border-color: rgb(156,122,19); }
td.TdClassName
{
border-color: #9C7A13;
}
.TagClassName
{
border-color: #9C7A13;
}
</style>