Shades of Hacienda #9C7B2C
Tints of Hacienda #9C7B2C
RGB
CMYK
RGB Variations
Color information
#9C7B2C (or 0x9C7B2C) is known color: Hacienda. HEX triplet: 9C, 7B and 2C. RGB value is (156,123,44). Sum of RGB (Red+Green+Blue) = 156+123+44=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7B2C is #6384D3. Grayscale: #7C7C7C. Windows color (decimal): -6522068 or 2915228. OLE color: 2915228.
HSL color Cylindrical-coordinate representation of color #9C7B2C: hue angle of 42.32º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C7B2C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 44 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.39 |
| HSL | 42.32º | 0.56% | 0.39% | - |
| HSV(B) | 42.32º | 0.72% | 0.61% | - |
| XYZ | 21.25 | 21.42 | 5.4 | - |
| YUV | 123.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 44 | 0 | 0.21 | 0.72 | 0.39 | 42.32 | 0.56 | 0.39 |
| Hex | 9C | 7B | 2C | 0 | 15 | 48 | 27 | 2A | 38 | 27 |
| Octal | 234 | 173 | 54 | 0 | 25 | 110 | 47 | 52 | 70 | 47 |
| Binary | 10011100 | 1111011 | 101100 | 0 | 10101 | 1001000 | 100111 | 101010 | 111000 | 100111 |
Color Harmonies of #9C7B2C
Complementary color
Monochromatic Colors of #9C7B2C
Black with #9C7B2C
Text Example
Text Example
White with #9C7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B2C; }
p { color: rgb(156,123,44); }
H1.HeaderClassName
{
color: #9C7B2C;
}
.AnyTagClassName
{
color: #9C7B2C;
}
</style>
background-color css
<style>
a { background-color: #9C7B2C; }
a { background-color: rgb(156,123,44); }
div.DivClassName
{
background-color: #9C7B2C;
}
.BgClassName
{
background-color: #9C7B2C;
}
</style>
border-color css
<style>
span { border-color: #9C7B2C; }
span { border-color: rgb(156,123,44); }
td.TdClassName
{
border-color: #9C7B2C;
}
.TagClassName
{
border-color: #9C7B2C;
}
</style>