Shades of Hacienda #9C7A1E
Tints of Hacienda #9C7A1E
RGB
CMYK
RGB Variations
Color information
#9C7A1E (or 0x9C7A1E) is known color: Hacienda. HEX triplet: 9C, 7A and 1E. RGB value is (156,122,30). Sum of RGB (Red+Green+Blue) = 156+122+30=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7A1E is #6385E1. Grayscale: #7A7A7A. Windows color (decimal): -6522338 or 1997468. OLE color: 1997468.
HSL color Cylindrical-coordinate representation of color #9C7A1E: hue angle of 43.81º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C7A1E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 122 | 30 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.39 |
| HSL | 43.81º | 0.68% | 0.36% | - |
| HSV(B) | 43.81º | 0.81% | 0.61% | - |
| XYZ | 20.9 | 21.08 | 4.2 | - |
| YUV | 121.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 30 | 0 | 0.22 | 0.81 | 0.39 | 43.81 | 0.68 | 0.36 |
| Hex | 9C | 7A | 1E | 0 | 16 | 51 | 27 | 2C | 44 | 24 |
| Octal | 234 | 172 | 36 | 0 | 26 | 121 | 47 | 54 | 104 | 44 |
| Binary | 10011100 | 1111010 | 11110 | 0 | 10110 | 1010001 | 100111 | 101100 | 1000100 | 100100 |
Color Harmonies of #9C7A1E
Complementary color
Monochromatic Colors of #9C7A1E
Black with #9C7A1E
Text Example
Text Example
White with #9C7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7A1E; }
p { color: rgb(156,122,30); }
H1.HeaderClassName
{
color: #9C7A1E;
}
.AnyTagClassName
{
color: #9C7A1E;
}
</style>
background-color css
<style>
a { background-color: #9C7A1E; }
a { background-color: rgb(156,122,30); }
div.DivClassName
{
background-color: #9C7A1E;
}
.BgClassName
{
background-color: #9C7A1E;
}
</style>
border-color css
<style>
span { border-color: #9C7A1E; }
span { border-color: rgb(156,122,30); }
td.TdClassName
{
border-color: #9C7A1E;
}
.TagClassName
{
border-color: #9C7A1E;
}
</style>