Shades of Hacienda #9C780C
Tints of Hacienda #9C780C
RGB
CMYK
RGB Variations
Color information
#9C780C (or 0x9C780C) is known color: Hacienda. HEX triplet: 9C, 78 and 0C. RGB value is (156,120,12). Sum of RGB (Red+Green+Blue) = 156+120+12=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C780C is #6387F3. Grayscale: #767676. Windows color (decimal): -6522868 or 817308. OLE color: 817308.
HSL color Cylindrical-coordinate representation of color #9C780C: hue angle of 45º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C780C is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 12 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.39 |
| HSL | 45º | 0.86% | 0.33% | - |
| HSV(B) | 45º | 0.92% | 0.61% | - |
| XYZ | 20.49 | 20.53 | 3.23 | - |
| YUV | 118.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 12 | 0 | 0.23 | 0.92 | 0.39 | 45 | 0.86 | 0.33 |
| Hex | 9C | 78 | C | 0 | 17 | 5C | 27 | 2D | 56 | 21 |
| Octal | 234 | 170 | 14 | 0 | 27 | 134 | 47 | 55 | 126 | 41 |
| Binary | 10011100 | 1111000 | 1100 | 0 | 10111 | 1011100 | 100111 | 101101 | 1010110 | 100001 |
Color Harmonies of #9C780C
Complementary color
Monochromatic Colors of #9C780C
Black with #9C780C
Text Example
Text Example
White with #9C780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C780C; }
p { color: rgb(156,120,12); }
H1.HeaderClassName
{
color: #9C780C;
}
.AnyTagClassName
{
color: #9C780C;
}
</style>
background-color css
<style>
a { background-color: #9C780C; }
a { background-color: rgb(156,120,12); }
div.DivClassName
{
background-color: #9C780C;
}
.BgClassName
{
background-color: #9C780C;
}
</style>
border-color css
<style>
span { border-color: #9C780C; }
span { border-color: rgb(156,120,12); }
td.TdClassName
{
border-color: #9C780C;
}
.TagClassName
{
border-color: #9C780C;
}
</style>