Shades of Hacienda #9F891A
Tints of Hacienda #9F891A
RGB
CMYK
RGB Variations
Color information
#9F891A (or 0x9F891A) is known color: Hacienda. HEX triplet: 9F, 89 and 1A. RGB value is (159,137,26). Sum of RGB (Red+Green+Blue) = 159+137+26=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F891A is #6076E5. Grayscale: #838383. Windows color (decimal): -6321894 or 1739167. OLE color: 1739167.
HSL color Cylindrical-coordinate representation of color #9F891A: hue angle of 50.08º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F891A is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 26 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.38 |
| HSL | 50.08º | 0.72% | 0.36% | - |
| HSV(B) | 50.08º | 0.84% | 0.62% | - |
| XYZ | 23.43 | 25.34 | 4.63 | - |
| YUV | 130.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 26 | 0 | 0.14 | 0.84 | 0.38 | 50.08 | 0.72 | 0.36 |
| Hex | 9F | 89 | 1A | 0 | E | 54 | 26 | 32 | 48 | 24 |
| Octal | 237 | 211 | 32 | 0 | 16 | 124 | 46 | 62 | 110 | 44 |
| Binary | 10011111 | 10001001 | 11010 | 0 | 1110 | 1010100 | 100110 | 110010 | 1001000 | 100100 |
Color Harmonies of #9F891A
Complementary color
Monochromatic Colors of #9F891A
Black with #9F891A
Text Example
Text Example
White with #9F891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F891A; }
p { color: rgb(159,137,26); }
H1.HeaderClassName
{
color: #9F891A;
}
.AnyTagClassName
{
color: #9F891A;
}
</style>
background-color css
<style>
a { background-color: #9F891A; }
a { background-color: rgb(159,137,26); }
div.DivClassName
{
background-color: #9F891A;
}
.BgClassName
{
background-color: #9F891A;
}
</style>
border-color css
<style>
span { border-color: #9F891A; }
span { border-color: rgb(159,137,26); }
td.TdClassName
{
border-color: #9F891A;
}
.TagClassName
{
border-color: #9F891A;
}
</style>