Shades of Hacienda #9D7718
Tints of Hacienda #9D7718
RGB
CMYK
RGB Variations
Color information
#9D7718 (or 0x9D7718) is known color: Hacienda. HEX triplet: 9D, 77 and 18. RGB value is (157,119,24). Sum of RGB (Red+Green+Blue) = 157+119+24=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7718 is #6288E7. Grayscale: #777777. Windows color (decimal): -6457576 or 1603485. OLE color: 1603485.
HSL color Cylindrical-coordinate representation of color #9D7718: hue angle of 42.86º 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 #9D7718 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 24 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.38 |
| HSL | 42.86º | 0.73% | 0.35% | - |
| HSV(B) | 42.86º | 0.85% | 0.62% | - |
| XYZ | 20.67 | 20.43 | 3.72 | - |
| YUV | 119.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 24 | 0 | 0.24 | 0.85 | 0.38 | 42.86 | 0.73 | 0.35 |
| Hex | 9D | 77 | 18 | 0 | 18 | 55 | 26 | 2B | 49 | 23 |
| Octal | 235 | 167 | 30 | 0 | 30 | 125 | 46 | 53 | 111 | 43 |
| Binary | 10011101 | 1110111 | 11000 | 0 | 11000 | 1010101 | 100110 | 101011 | 1001001 | 100011 |
Color Harmonies of #9D7718
Complementary color
Monochromatic Colors of #9D7718
Black with #9D7718
Text Example
Text Example
White with #9D7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7718; }
p { color: rgb(157,119,24); }
H1.HeaderClassName
{
color: #9D7718;
}
.AnyTagClassName
{
color: #9D7718;
}
</style>
background-color css
<style>
a { background-color: #9D7718; }
a { background-color: rgb(157,119,24); }
div.DivClassName
{
background-color: #9D7718;
}
.BgClassName
{
background-color: #9D7718;
}
</style>
border-color css
<style>
span { border-color: #9D7718; }
span { border-color: rgb(157,119,24); }
td.TdClassName
{
border-color: #9D7718;
}
.TagClassName
{
border-color: #9D7718;
}
</style>