Shades of Hacienda #9F8123
Tints of Hacienda #9F8123
RGB
CMYK
RGB Variations
Color information
#9F8123 (or 0x9F8123) is known color: Hacienda. HEX triplet: 9F, 81 and 23. RGB value is (159,129,35). Sum of RGB (Red+Green+Blue) = 159+129+35=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8123 is #607EDC. Grayscale: #7F7F7F. Windows color (decimal): -6323933 or 2326943. OLE color: 2326943.
HSL color Cylindrical-coordinate representation of color #9F8123: hue angle of 45.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F8123 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 35 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.38 |
| HSL | 45.48º | 0.64% | 0.38% | - |
| HSV(B) | 45.48º | 0.78% | 0.62% | - |
| XYZ | 22.45 | 23.19 | 4.88 | - |
| YUV | 127.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 35 | 0 | 0.19 | 0.78 | 0.38 | 45.48 | 0.64 | 0.38 |
| Hex | 9F | 81 | 23 | 0 | 13 | 4E | 26 | 2D | 40 | 26 |
| Octal | 237 | 201 | 43 | 0 | 23 | 116 | 46 | 55 | 100 | 46 |
| Binary | 10011111 | 10000001 | 100011 | 0 | 10011 | 1001110 | 100110 | 101101 | 1000000 | 100110 |
Color Harmonies of #9F8123
Complementary color
Monochromatic Colors of #9F8123
Black with #9F8123
Text Example
Text Example
White with #9F8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8123; }
p { color: rgb(159,129,35); }
H1.HeaderClassName
{
color: #9F8123;
}
.AnyTagClassName
{
color: #9F8123;
}
</style>
background-color css
<style>
a { background-color: #9F8123; }
a { background-color: rgb(159,129,35); }
div.DivClassName
{
background-color: #9F8123;
}
.BgClassName
{
background-color: #9F8123;
}
</style>
border-color css
<style>
span { border-color: #9F8123; }
span { border-color: rgb(159,129,35); }
td.TdClassName
{
border-color: #9F8123;
}
.TagClassName
{
border-color: #9F8123;
}
</style>