Shades of Hacienda #9C7A1B
Tints of Hacienda #9C7A1B
RGB
CMYK
RGB Variations
Color information
#9C7A1B (or 0x9C7A1B) is known color: Hacienda. HEX triplet: 9C, 7A and 1B. RGB value is (156,122,27). Sum of RGB (Red+Green+Blue) = 156+122+27=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7A1B is #6385E4. Grayscale: #797979. Windows color (decimal): -6522341 or 1800860. OLE color: 1800860.
HSL color Cylindrical-coordinate representation of color #9C7A1B: hue angle of 44.19º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C7A1B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 27 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.39 |
| HSL | 44.19º | 0.7% | 0.36% | - |
| HSV(B) | 44.19º | 0.83% | 0.61% | - |
| XYZ | 20.87 | 21.07 | 4 | - |
| YUV | 121.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 27 | 0 | 0.22 | 0.83 | 0.39 | 44.19 | 0.7 | 0.36 |
| Hex | 9C | 7A | 1B | 0 | 16 | 53 | 27 | 2C | 46 | 24 |
| Octal | 234 | 172 | 33 | 0 | 26 | 123 | 47 | 54 | 106 | 44 |
| Binary | 10011100 | 1111010 | 11011 | 0 | 10110 | 1010011 | 100111 | 101100 | 1000110 | 100100 |
Color Harmonies of #9C7A1B
Complementary color
Monochromatic Colors of #9C7A1B
Black with #9C7A1B
Text Example
Text Example
White with #9C7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A1B; }
p { color: rgb(156,122,27); }
H1.HeaderClassName
{
color: #9C7A1B;
}
.AnyTagClassName
{
color: #9C7A1B;
}
</style>
background-color css
<style>
a { background-color: #9C7A1B; }
a { background-color: rgb(156,122,27); }
div.DivClassName
{
background-color: #9C7A1B;
}
.BgClassName
{
background-color: #9C7A1B;
}
</style>
border-color css
<style>
span { border-color: #9C7A1B; }
span { border-color: rgb(156,122,27); }
td.TdClassName
{
border-color: #9C7A1B;
}
.TagClassName
{
border-color: #9C7A1B;
}
</style>