Shades of Hacienda #9D7914
Tints of Hacienda #9D7914
RGB
CMYK
RGB Variations
Color information
#9D7914 (or 0x9D7914) is known color: Hacienda. HEX triplet: 9D, 79 and 14. RGB value is (157,121,20). Sum of RGB (Red+Green+Blue) = 157+121+20=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7914 is #6286EB. Grayscale: #787878. Windows color (decimal): -6457068 or 1341853. OLE color: 1341853.
HSL color Cylindrical-coordinate representation of color #9D7914: hue angle of 44.23º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D7914 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 20 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.38 |
| HSL | 44.23º | 0.77% | 0.35% | - |
| HSV(B) | 44.23º | 0.87% | 0.62% | - |
| XYZ | 20.87 | 20.89 | 3.59 | - |
| YUV | 120.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 20 | 0 | 0.23 | 0.87 | 0.38 | 44.23 | 0.77 | 0.35 |
| Hex | 9D | 79 | 14 | 0 | 17 | 57 | 26 | 2C | 4D | 23 |
| Octal | 235 | 171 | 24 | 0 | 27 | 127 | 46 | 54 | 115 | 43 |
| Binary | 10011101 | 1111001 | 10100 | 0 | 10111 | 1010111 | 100110 | 101100 | 1001101 | 100011 |
Color Harmonies of #9D7914
Complementary color
Monochromatic Colors of #9D7914
Black with #9D7914
Text Example
Text Example
White with #9D7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7914; }
p { color: rgb(157,121,20); }
H1.HeaderClassName
{
color: #9D7914;
}
.AnyTagClassName
{
color: #9D7914;
}
</style>
background-color css
<style>
a { background-color: #9D7914; }
a { background-color: rgb(157,121,20); }
div.DivClassName
{
background-color: #9D7914;
}
.BgClassName
{
background-color: #9D7914;
}
</style>
border-color css
<style>
span { border-color: #9D7914; }
span { border-color: rgb(157,121,20); }
td.TdClassName
{
border-color: #9D7914;
}
.TagClassName
{
border-color: #9D7914;
}
</style>