Shades of Hacienda #9D8C18
Tints of Hacienda #9D8C18
RGB
CMYK
RGB Variations
Color information
#9D8C18 (or 0x9D8C18) is known color: Hacienda. HEX triplet: 9D, 8C and 18. RGB value is (157,140,24). Sum of RGB (Red+Green+Blue) = 157+140+24=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8C18 is #6273E7. Grayscale: #848484. Windows color (decimal): -6452200 or 1608861. OLE color: 1608861.
HSL color Cylindrical-coordinate representation of color #9D8C18: hue angle of 52.33º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D8C18 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 24 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.38 |
| HSL | 52.33º | 0.73% | 0.35% | - |
| HSV(B) | 52.33º | 0.85% | 0.62% | - |
| XYZ | 23.45 | 25.99 | 4.64 | - |
| YUV | 131.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 24 | 0 | 0.11 | 0.85 | 0.38 | 52.33 | 0.73 | 0.35 |
| Hex | 9D | 8C | 18 | 0 | B | 55 | 26 | 34 | 49 | 23 |
| Octal | 235 | 214 | 30 | 0 | 13 | 125 | 46 | 64 | 111 | 43 |
| Binary | 10011101 | 10001100 | 11000 | 0 | 1011 | 1010101 | 100110 | 110100 | 1001001 | 100011 |
Color Harmonies of #9D8C18
Complementary color
Monochromatic Colors of #9D8C18
Black with #9D8C18
Text Example
Text Example
White with #9D8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C18; }
p { color: rgb(157,140,24); }
H1.HeaderClassName
{
color: #9D8C18;
}
.AnyTagClassName
{
color: #9D8C18;
}
</style>
background-color css
<style>
a { background-color: #9D8C18; }
a { background-color: rgb(157,140,24); }
div.DivClassName
{
background-color: #9D8C18;
}
.BgClassName
{
background-color: #9D8C18;
}
</style>
border-color css
<style>
span { border-color: #9D8C18; }
span { border-color: rgb(157,140,24); }
td.TdClassName
{
border-color: #9D8C18;
}
.TagClassName
{
border-color: #9D8C18;
}
</style>