Shades of Hacienda #9F811A
Tints of Hacienda #9F811A
RGB
CMYK
RGB Variations
Color information
#9F811A (or 0x9F811A) is known color: Hacienda. HEX triplet: 9F, 81 and 1A. RGB value is (159,129,26). Sum of RGB (Red+Green+Blue) = 159+129+26=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F811A is #607EE5. Grayscale: #7E7E7E. Windows color (decimal): -6323942 or 1737119. OLE color: 1737119.
HSL color Cylindrical-coordinate representation of color #9F811A: hue angle of 46.47º 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 #9F811A is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 26 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.38 |
| HSL | 46.47º | 0.72% | 0.36% | - |
| HSV(B) | 46.47º | 0.84% | 0.62% | - |
| XYZ | 22.33 | 23.15 | 4.27 | - |
| YUV | 126.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 26 | 0 | 0.19 | 0.84 | 0.38 | 46.47 | 0.72 | 0.36 |
| Hex | 9F | 81 | 1A | 0 | 13 | 54 | 26 | 2E | 48 | 24 |
| Octal | 237 | 201 | 32 | 0 | 23 | 124 | 46 | 56 | 110 | 44 |
| Binary | 10011111 | 10000001 | 11010 | 0 | 10011 | 1010100 | 100110 | 101110 | 1001000 | 100100 |
Color Harmonies of #9F811A
Complementary color
Monochromatic Colors of #9F811A
Black with #9F811A
Text Example
Text Example
White with #9F811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F811A; }
p { color: rgb(159,129,26); }
H1.HeaderClassName
{
color: #9F811A;
}
.AnyTagClassName
{
color: #9F811A;
}
</style>
background-color css
<style>
a { background-color: #9F811A; }
a { background-color: rgb(159,129,26); }
div.DivClassName
{
background-color: #9F811A;
}
.BgClassName
{
background-color: #9F811A;
}
</style>
border-color css
<style>
span { border-color: #9F811A; }
span { border-color: rgb(159,129,26); }
td.TdClassName
{
border-color: #9F811A;
}
.TagClassName
{
border-color: #9F811A;
}
</style>