Shades of Hacienda #9F7821
Tints of Hacienda #9F7821
RGB
CMYK
RGB Variations
Color information
#9F7821 (or 0x9F7821) is known color: Hacienda. HEX triplet: 9F, 78 and 21. RGB value is (159,120,33). Sum of RGB (Red+Green+Blue) = 159+120+33=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7821 is #6087DE. Grayscale: #7A7A7A. Windows color (decimal): -6326239 or 2193567. OLE color: 2193567.
HSL color Cylindrical-coordinate representation of color #9F7821: hue angle of 41.43º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F7821 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 33 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.38 |
| HSL | 41.43º | 0.66% | 0.38% | - |
| HSV(B) | 41.43º | 0.79% | 0.62% | - |
| XYZ | 21.29 | 20.91 | 4.35 | - |
| YUV | 121.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 33 | 0 | 0.25 | 0.79 | 0.38 | 41.43 | 0.66 | 0.38 |
| Hex | 9F | 78 | 21 | 0 | 19 | 4F | 26 | 29 | 42 | 26 |
| Octal | 237 | 170 | 41 | 0 | 31 | 117 | 46 | 51 | 102 | 46 |
| Binary | 10011111 | 1111000 | 100001 | 0 | 11001 | 1001111 | 100110 | 101001 | 1000010 | 100110 |
Color Harmonies of #9F7821
Complementary color
Monochromatic Colors of #9F7821
Black with #9F7821
Text Example
Text Example
White with #9F7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7821; }
p { color: rgb(159,120,33); }
H1.HeaderClassName
{
color: #9F7821;
}
.AnyTagClassName
{
color: #9F7821;
}
</style>
background-color css
<style>
a { background-color: #9F7821; }
a { background-color: rgb(159,120,33); }
div.DivClassName
{
background-color: #9F7821;
}
.BgClassName
{
background-color: #9F7821;
}
</style>
border-color css
<style>
span { border-color: #9F7821; }
span { border-color: rgb(159,120,33); }
td.TdClassName
{
border-color: #9F7821;
}
.TagClassName
{
border-color: #9F7821;
}
</style>