Shades of Hacienda #9C851C
Tints of Hacienda #9C851C
RGB
CMYK
RGB Variations
Color information
#9C851C (or 0x9C851C) is known color: Hacienda. HEX triplet: 9C, 85 and 1C. RGB value is (156,133,28). Sum of RGB (Red+Green+Blue) = 156+133+28=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C851C is #637AE3. Grayscale: #808080. Windows color (decimal): -6519524 or 1869212. OLE color: 1869212.
HSL color Cylindrical-coordinate representation of color #9C851C: hue angle of 49.22º 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 #9C851C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 28 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.39 |
| HSL | 49.22º | 0.7% | 0.36% | - |
| HSV(B) | 49.22º | 0.82% | 0.61% | - |
| XYZ | 22.31 | 23.93 | 4.54 | - |
| YUV | 127.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 28 | 0 | 0.15 | 0.82 | 0.39 | 49.22 | 0.7 | 0.36 |
| Hex | 9C | 85 | 1C | 0 | F | 52 | 27 | 31 | 46 | 24 |
| Octal | 234 | 205 | 34 | 0 | 17 | 122 | 47 | 61 | 106 | 44 |
| Binary | 10011100 | 10000101 | 11100 | 0 | 1111 | 1010010 | 100111 | 110001 | 1000110 | 100100 |
Color Harmonies of #9C851C
Complementary color
Monochromatic Colors of #9C851C
Black with #9C851C
Text Example
Text Example
White with #9C851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C851C; }
p { color: rgb(156,133,28); }
H1.HeaderClassName
{
color: #9C851C;
}
.AnyTagClassName
{
color: #9C851C;
}
</style>
background-color css
<style>
a { background-color: #9C851C; }
a { background-color: rgb(156,133,28); }
div.DivClassName
{
background-color: #9C851C;
}
.BgClassName
{
background-color: #9C851C;
}
</style>
border-color css
<style>
span { border-color: #9C851C; }
span { border-color: rgb(156,133,28); }
td.TdClassName
{
border-color: #9C851C;
}
.TagClassName
{
border-color: #9C851C;
}
</style>