Shades of Hacienda #9D8126
Tints of Hacienda #9D8126
RGB
CMYK
RGB Variations
Color information
#9D8126 (or 0x9D8126) is known color: Hacienda. HEX triplet: 9D, 81 and 26. RGB value is (157,129,38). Sum of RGB (Red+Green+Blue) = 157+129+38=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8126 is #627ED9. Grayscale: #7F7F7F. Windows color (decimal): -6455002 or 2523549. OLE color: 2523549.
HSL color Cylindrical-coordinate representation of color #9D8126: hue angle of 45.88º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D8126 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 38 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.38 |
| HSL | 45.88º | 0.61% | 0.38% | - |
| HSV(B) | 45.88º | 0.76% | 0.62% | - |
| XYZ | 22.1 | 23.01 | 5.11 | - |
| YUV | 127 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 38 | 0 | 0.18 | 0.76 | 0.38 | 45.88 | 0.61 | 0.38 |
| Hex | 9D | 81 | 26 | 0 | 12 | 4C | 26 | 2E | 3D | 26 |
| Octal | 235 | 201 | 46 | 0 | 22 | 114 | 46 | 56 | 75 | 46 |
| Binary | 10011101 | 10000001 | 100110 | 0 | 10010 | 1001100 | 100110 | 101110 | 111101 | 100110 |
Color Harmonies of #9D8126
Complementary color
Monochromatic Colors of #9D8126
Black with #9D8126
Text Example
Text Example
White with #9D8126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8126; }
p { color: rgb(157,129,38); }
H1.HeaderClassName
{
color: #9D8126;
}
.AnyTagClassName
{
color: #9D8126;
}
</style>
background-color css
<style>
a { background-color: #9D8126; }
a { background-color: rgb(157,129,38); }
div.DivClassName
{
background-color: #9D8126;
}
.BgClassName
{
background-color: #9D8126;
}
</style>
border-color css
<style>
span { border-color: #9D8126; }
span { border-color: rgb(157,129,38); }
td.TdClassName
{
border-color: #9D8126;
}
.TagClassName
{
border-color: #9D8126;
}
</style>