Shades of Hacienda #9F7B12
Tints of Hacienda #9F7B12
RGB
CMYK
RGB Variations
Color information
#9F7B12 (or 0x9F7B12) is known color: Hacienda. HEX triplet: 9F, 7B and 12. RGB value is (159,123,18). Sum of RGB (Red+Green+Blue) = 159+123+18=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7B12 is #6084ED. Grayscale: #7A7A7A. Windows color (decimal): -6325486 or 1211295. OLE color: 1211295.
HSL color Cylindrical-coordinate representation of color #9F7B12: hue angle of 44.68º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F7B12 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 18 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.38 |
| HSL | 44.68º | 0.8% | 0.35% | - |
| HSV(B) | 44.68º | 0.89% | 0.62% | - |
| XYZ | 21.49 | 21.58 | 3.61 | - |
| YUV | 121.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 18 | 0 | 0.23 | 0.89 | 0.38 | 44.68 | 0.8 | 0.35 |
| Hex | 9F | 7B | 12 | 0 | 17 | 59 | 26 | 2D | 50 | 23 |
| Octal | 237 | 173 | 22 | 0 | 27 | 131 | 46 | 55 | 120 | 43 |
| Binary | 10011111 | 1111011 | 10010 | 0 | 10111 | 1011001 | 100110 | 101101 | 1010000 | 100011 |
Color Harmonies of #9F7B12
Complementary color
Monochromatic Colors of #9F7B12
Black with #9F7B12
Text Example
Text Example
White with #9F7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B12; }
p { color: rgb(159,123,18); }
H1.HeaderClassName
{
color: #9F7B12;
}
.AnyTagClassName
{
color: #9F7B12;
}
</style>
background-color css
<style>
a { background-color: #9F7B12; }
a { background-color: rgb(159,123,18); }
div.DivClassName
{
background-color: #9F7B12;
}
.BgClassName
{
background-color: #9F7B12;
}
</style>
border-color css
<style>
span { border-color: #9F7B12; }
span { border-color: rgb(159,123,18); }
td.TdClassName
{
border-color: #9F7B12;
}
.TagClassName
{
border-color: #9F7B12;
}
</style>