Shades of Hacienda #9D8323
Tints of Hacienda #9D8323
RGB
CMYK
RGB Variations
Color information
#9D8323 (or 0x9D8323) is known color: Hacienda. HEX triplet: 9D, 83 and 23. RGB value is (157,131,35). Sum of RGB (Red+Green+Blue) = 157+131+35=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8323 is #627CDC. Grayscale: #808080. Windows color (decimal): -6454493 or 2327453. OLE color: 2327453.
HSL color Cylindrical-coordinate representation of color #9D8323: hue angle of 47.21º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D8323 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 35 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.38 |
| HSL | 47.21º | 0.64% | 0.38% | - |
| HSV(B) | 47.21º | 0.78% | 0.62% | - |
| XYZ | 22.32 | 23.52 | 4.95 | - |
| YUV | 127.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 35 | 0 | 0.17 | 0.78 | 0.38 | 47.21 | 0.64 | 0.38 |
| Hex | 9D | 83 | 23 | 0 | 11 | 4E | 26 | 2F | 40 | 26 |
| Octal | 235 | 203 | 43 | 0 | 21 | 116 | 46 | 57 | 100 | 46 |
| Binary | 10011101 | 10000011 | 100011 | 0 | 10001 | 1001110 | 100110 | 101111 | 1000000 | 100110 |
Color Harmonies of #9D8323
Complementary color
Monochromatic Colors of #9D8323
Black with #9D8323
Text Example
Text Example
White with #9D8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8323; }
p { color: rgb(157,131,35); }
H1.HeaderClassName
{
color: #9D8323;
}
.AnyTagClassName
{
color: #9D8323;
}
</style>
background-color css
<style>
a { background-color: #9D8323; }
a { background-color: rgb(157,131,35); }
div.DivClassName
{
background-color: #9D8323;
}
.BgClassName
{
background-color: #9D8323;
}
</style>
border-color css
<style>
span { border-color: #9D8323; }
span { border-color: rgb(157,131,35); }
td.TdClassName
{
border-color: #9D8323;
}
.TagClassName
{
border-color: #9D8323;
}
</style>