Shades of Hacienda #9F811D
Tints of Hacienda #9F811D
RGB
CMYK
RGB Variations
Color information
#9F811D (or 0x9F811D) is known color: Hacienda. HEX triplet: 9F, 81 and 1D. RGB value is (159,129,29). Sum of RGB (Red+Green+Blue) = 159+129+29=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F811D is #607EE2. Grayscale: #7F7F7F. Windows color (decimal): -6323939 or 1933727. OLE color: 1933727.
HSL color Cylindrical-coordinate representation of color #9F811D: hue angle of 46.15º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F811D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 29 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.38 |
| HSL | 46.15º | 0.69% | 0.37% | - |
| HSV(B) | 46.15º | 0.82% | 0.62% | - |
| XYZ | 22.37 | 23.16 | 4.45 | - |
| YUV | 126.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 29 | 0 | 0.19 | 0.82 | 0.38 | 46.15 | 0.69 | 0.37 |
| Hex | 9F | 81 | 1D | 0 | 13 | 52 | 26 | 2E | 45 | 25 |
| Octal | 237 | 201 | 35 | 0 | 23 | 122 | 46 | 56 | 105 | 45 |
| Binary | 10011111 | 10000001 | 11101 | 0 | 10011 | 1010010 | 100110 | 101110 | 1000101 | 100101 |
Color Harmonies of #9F811D
Complementary color
Monochromatic Colors of #9F811D
Black with #9F811D
Text Example
Text Example
White with #9F811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F811D; }
p { color: rgb(159,129,29); }
H1.HeaderClassName
{
color: #9F811D;
}
.AnyTagClassName
{
color: #9F811D;
}
</style>
background-color css
<style>
a { background-color: #9F811D; }
a { background-color: rgb(159,129,29); }
div.DivClassName
{
background-color: #9F811D;
}
.BgClassName
{
background-color: #9F811D;
}
</style>
border-color css
<style>
span { border-color: #9F811D; }
span { border-color: rgb(159,129,29); }
td.TdClassName
{
border-color: #9F811D;
}
.TagClassName
{
border-color: #9F811D;
}
</style>