Shades of Hacienda #9C841F
Tints of Hacienda #9C841F
RGB
CMYK
RGB Variations
Color information
#9C841F (or 0x9C841F) is known color: Hacienda. HEX triplet: 9C, 84 and 1F. RGB value is (156,132,31). Sum of RGB (Red+Green+Blue) = 156+132+31=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C841F is #637BE0. Grayscale: #808080. Windows color (decimal): -6519777 or 2065564. OLE color: 2065564.
HSL color Cylindrical-coordinate representation of color #9C841F: hue angle of 48.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C841F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 31 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.39 |
| HSL | 48.48º | 0.67% | 0.37% | - |
| HSV(B) | 48.48º | 0.8% | 0.61% | - |
| XYZ | 22.21 | 23.67 | 4.69 | - |
| YUV | 127.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 31 | 0 | 0.15 | 0.80 | 0.39 | 48.48 | 0.67 | 0.37 |
| Hex | 9C | 84 | 1F | 0 | F | 50 | 27 | 30 | 43 | 25 |
| Octal | 234 | 204 | 37 | 0 | 17 | 120 | 47 | 60 | 103 | 45 |
| Binary | 10011100 | 10000100 | 11111 | 0 | 1111 | 1010000 | 100111 | 110000 | 1000011 | 100101 |
Color Harmonies of #9C841F
Complementary color
Monochromatic Colors of #9C841F
Black with #9C841F
Text Example
Text Example
White with #9C841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C841F; }
p { color: rgb(156,132,31); }
H1.HeaderClassName
{
color: #9C841F;
}
.AnyTagClassName
{
color: #9C841F;
}
</style>
background-color css
<style>
a { background-color: #9C841F; }
a { background-color: rgb(156,132,31); }
div.DivClassName
{
background-color: #9C841F;
}
.BgClassName
{
background-color: #9C841F;
}
</style>
border-color css
<style>
span { border-color: #9C841F; }
span { border-color: rgb(156,132,31); }
td.TdClassName
{
border-color: #9C841F;
}
.TagClassName
{
border-color: #9C841F;
}
</style>