Shades of Hacienda #9F891E
Tints of Hacienda #9F891E
RGB
CMYK
RGB Variations
Color information
#9F891E (or 0x9F891E) is known color: Hacienda. HEX triplet: 9F, 89 and 1E. RGB value is (159,137,30). Sum of RGB (Red+Green+Blue) = 159+137+30=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F891E is #6076E1. Grayscale: #838383. Windows color (decimal): -6321890 or 2001311. OLE color: 2001311.
HSL color Cylindrical-coordinate representation of color #9F891E: hue angle of 49.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F891E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 30 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.38 |
| HSL | 49.77º | 0.68% | 0.37% | - |
| HSV(B) | 49.77º | 0.81% | 0.62% | - |
| XYZ | 23.48 | 25.36 | 4.89 | - |
| YUV | 131.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 30 | 0 | 0.14 | 0.81 | 0.38 | 49.77 | 0.68 | 0.37 |
| Hex | 9F | 89 | 1E | 0 | E | 51 | 26 | 32 | 44 | 25 |
| Octal | 237 | 211 | 36 | 0 | 16 | 121 | 46 | 62 | 104 | 45 |
| Binary | 10011111 | 10001001 | 11110 | 0 | 1110 | 1010001 | 100110 | 110010 | 1000100 | 100101 |
Color Harmonies of #9F891E
Complementary color
Monochromatic Colors of #9F891E
Black with #9F891E
Text Example
Text Example
White with #9F891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F891E; }
p { color: rgb(159,137,30); }
H1.HeaderClassName
{
color: #9F891E;
}
.AnyTagClassName
{
color: #9F891E;
}
</style>
background-color css
<style>
a { background-color: #9F891E; }
a { background-color: rgb(159,137,30); }
div.DivClassName
{
background-color: #9F891E;
}
.BgClassName
{
background-color: #9F891E;
}
</style>
border-color css
<style>
span { border-color: #9F891E; }
span { border-color: rgb(159,137,30); }
td.TdClassName
{
border-color: #9F891E;
}
.TagClassName
{
border-color: #9F891E;
}
</style>