Shades of Hacienda #9D840F
Tints of Hacienda #9D840F
RGB
CMYK
RGB Variations
Color information
#9D840F (or 0x9D840F) is known color: Hacienda. HEX triplet: 9D, 84 and 0F. RGB value is (157,132,15). Sum of RGB (Red+Green+Blue) = 157+132+15=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D840F is #627BF0. Grayscale: #7E7E7E. Windows color (decimal): -6454257 or 1016989. OLE color: 1016989.
HSL color Cylindrical-coordinate representation of color #9D840F: hue angle of 49.44º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D840F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 15 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.38 |
| HSL | 49.44º | 0.83% | 0.34% | - |
| HSV(B) | 49.44º | 0.9% | 0.62% | - |
| XYZ | 22.24 | 23.71 | 3.86 | - |
| YUV | 126.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 15 | 0 | 0.16 | 0.90 | 0.38 | 49.44 | 0.83 | 0.34 |
| Hex | 9D | 84 | F | 0 | 10 | 5A | 26 | 31 | 53 | 22 |
| Octal | 235 | 204 | 17 | 0 | 20 | 132 | 46 | 61 | 123 | 42 |
| Binary | 10011101 | 10000100 | 1111 | 0 | 10000 | 1011010 | 100110 | 110001 | 1010011 | 100010 |
Color Harmonies of #9D840F
Complementary color
Monochromatic Colors of #9D840F
Black with #9D840F
Text Example
Text Example
White with #9D840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D840F; }
p { color: rgb(157,132,15); }
H1.HeaderClassName
{
color: #9D840F;
}
.AnyTagClassName
{
color: #9D840F;
}
</style>
background-color css
<style>
a { background-color: #9D840F; }
a { background-color: rgb(157,132,15); }
div.DivClassName
{
background-color: #9D840F;
}
.BgClassName
{
background-color: #9D840F;
}
</style>
border-color css
<style>
span { border-color: #9D840F; }
span { border-color: rgb(157,132,15); }
td.TdClassName
{
border-color: #9D840F;
}
.TagClassName
{
border-color: #9D840F;
}
</style>