Shades of Hacienda #9F842D
Tints of Hacienda #9F842D
RGB
CMYK
RGB Variations
Color information
#9F842D (or 0x9F842D) is known color: Hacienda. HEX triplet: 9F, 84 and 2D. RGB value is (159,132,45). Sum of RGB (Red+Green+Blue) = 159+132+45=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F842D is #607BD2. Grayscale: #828282. Windows color (decimal): -6323155 or 2983071. OLE color: 2983071.
HSL color Cylindrical-coordinate representation of color #9F842D: hue angle of 45.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F842D is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 45 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.38 |
| HSL | 45.79º | 0.56% | 0.4% | - |
| HSV(B) | 45.79º | 0.72% | 0.62% | - |
| XYZ | 23.02 | 24.06 | 5.91 | - |
| YUV | 130.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 45 | 0 | 0.17 | 0.72 | 0.38 | 45.79 | 0.56 | 0.4 |
| Hex | 9F | 84 | 2D | 0 | 11 | 48 | 26 | 2E | 38 | 28 |
| Octal | 237 | 204 | 55 | 0 | 21 | 110 | 46 | 56 | 70 | 50 |
| Binary | 10011111 | 10000100 | 101101 | 0 | 10001 | 1001000 | 100110 | 101110 | 111000 | 101000 |
Color Harmonies of #9F842D
Complementary color
Monochromatic Colors of #9F842D
Black with #9F842D
Text Example
Text Example
White with #9F842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F842D; }
p { color: rgb(159,132,45); }
H1.HeaderClassName
{
color: #9F842D;
}
.AnyTagClassName
{
color: #9F842D;
}
</style>
background-color css
<style>
a { background-color: #9F842D; }
a { background-color: rgb(159,132,45); }
div.DivClassName
{
background-color: #9F842D;
}
.BgClassName
{
background-color: #9F842D;
}
</style>
border-color css
<style>
span { border-color: #9F842D; }
span { border-color: rgb(159,132,45); }
td.TdClassName
{
border-color: #9F842D;
}
.TagClassName
{
border-color: #9F842D;
}
</style>