Shades of Hacienda #9C7813
Tints of Hacienda #9C7813
RGB
CMYK
RGB Variations
Color information
#9C7813 (or 0x9C7813) is known color: Hacienda. HEX triplet: 9C, 78 and 13. RGB value is (156,120,19). Sum of RGB (Red+Green+Blue) = 156+120+19=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7813 is #6387EC. Grayscale: #777777. Windows color (decimal): -6522861 or 1276060. OLE color: 1276060.
HSL color Cylindrical-coordinate representation of color #9C7813: hue angle of 44.23º 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 #9C7813 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 19 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.39 |
| HSL | 44.23º | 0.78% | 0.34% | - |
| HSV(B) | 44.23º | 0.88% | 0.61% | - |
| XYZ | 20.54 | 20.55 | 3.5 | - |
| YUV | 119.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 19 | 0 | 0.23 | 0.88 | 0.39 | 44.23 | 0.78 | 0.34 |
| Hex | 9C | 78 | 13 | 0 | 17 | 58 | 27 | 2C | 4E | 22 |
| Octal | 234 | 170 | 23 | 0 | 27 | 130 | 47 | 54 | 116 | 42 |
| Binary | 10011100 | 1111000 | 10011 | 0 | 10111 | 1011000 | 100111 | 101100 | 1001110 | 100010 |
Color Harmonies of #9C7813
Complementary color
Monochromatic Colors of #9C7813
Black with #9C7813
Text Example
Text Example
White with #9C7813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7813; }
p { color: rgb(156,120,19); }
H1.HeaderClassName
{
color: #9C7813;
}
.AnyTagClassName
{
color: #9C7813;
}
</style>
background-color css
<style>
a { background-color: #9C7813; }
a { background-color: rgb(156,120,19); }
div.DivClassName
{
background-color: #9C7813;
}
.BgClassName
{
background-color: #9C7813;
}
</style>
border-color css
<style>
span { border-color: #9C7813; }
span { border-color: rgb(156,120,19); }
td.TdClassName
{
border-color: #9C7813;
}
.TagClassName
{
border-color: #9C7813;
}
</style>