Shades of Hacienda #9C7B1C
Tints of Hacienda #9C7B1C
RGB
CMYK
RGB Variations
Color information
#9C7B1C (or 0x9C7B1C) is known color: Hacienda. HEX triplet: 9C, 7B and 1C. RGB value is (156,123,28). Sum of RGB (Red+Green+Blue) = 156+123+28=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7B1C is #6384E3. Grayscale: #7A7A7A. Windows color (decimal): -6522084 or 1866652. OLE color: 1866652.
HSL color Cylindrical-coordinate representation of color #9C7B1C: hue angle of 44.53º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C7B1C is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 28 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.39 |
| HSL | 44.53º | 0.7% | 0.36% | - |
| HSV(B) | 44.53º | 0.82% | 0.61% | - |
| XYZ | 21 | 21.32 | 4.11 | - |
| YUV | 122.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 28 | 0 | 0.21 | 0.82 | 0.39 | 44.53 | 0.7 | 0.36 |
| Hex | 9C | 7B | 1C | 0 | 15 | 52 | 27 | 2D | 46 | 24 |
| Octal | 234 | 173 | 34 | 0 | 25 | 122 | 47 | 55 | 106 | 44 |
| Binary | 10011100 | 1111011 | 11100 | 0 | 10101 | 1010010 | 100111 | 101101 | 1000110 | 100100 |
Color Harmonies of #9C7B1C
Complementary color
Monochromatic Colors of #9C7B1C
Black with #9C7B1C
Text Example
Text Example
White with #9C7B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B1C; }
p { color: rgb(156,123,28); }
H1.HeaderClassName
{
color: #9C7B1C;
}
.AnyTagClassName
{
color: #9C7B1C;
}
</style>
background-color css
<style>
a { background-color: #9C7B1C; }
a { background-color: rgb(156,123,28); }
div.DivClassName
{
background-color: #9C7B1C;
}
.BgClassName
{
background-color: #9C7B1C;
}
</style>
border-color css
<style>
span { border-color: #9C7B1C; }
span { border-color: rgb(156,123,28); }
td.TdClassName
{
border-color: #9C7B1C;
}
.TagClassName
{
border-color: #9C7B1C;
}
</style>