Shades of Hacienda #9D731C
Tints of Hacienda #9D731C
RGB
CMYK
RGB Variations
Color information
#9D731C (or 0x9D731C) is known color: Hacienda. HEX triplet: 9D, 73 and 1C. RGB value is (157,115,28). Sum of RGB (Red+Green+Blue) = 157+115+28=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D731C is #628CE3. Grayscale: #767676. Windows color (decimal): -6458596 or 1864605. OLE color: 1864605.
HSL color Cylindrical-coordinate representation of color #9D731C: hue angle of 40.47º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D731C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 28 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.38 |
| HSL | 40.47º | 0.7% | 0.36% | - |
| HSV(B) | 40.47º | 0.82% | 0.62% | - |
| XYZ | 20.24 | 19.51 | 3.8 | - |
| YUV | 117.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 28 | 0 | 0.27 | 0.82 | 0.38 | 40.47 | 0.7 | 0.36 |
| Hex | 9D | 73 | 1C | 0 | 1B | 52 | 26 | 28 | 46 | 24 |
| Octal | 235 | 163 | 34 | 0 | 33 | 122 | 46 | 50 | 106 | 44 |
| Binary | 10011101 | 1110011 | 11100 | 0 | 11011 | 1010010 | 100110 | 101000 | 1000110 | 100100 |
Color Harmonies of #9D731C
Complementary color
Monochromatic Colors of #9D731C
Black with #9D731C
Text Example
Text Example
White with #9D731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D731C; }
p { color: rgb(157,115,28); }
H1.HeaderClassName
{
color: #9D731C;
}
.AnyTagClassName
{
color: #9D731C;
}
</style>
background-color css
<style>
a { background-color: #9D731C; }
a { background-color: rgb(157,115,28); }
div.DivClassName
{
background-color: #9D731C;
}
.BgClassName
{
background-color: #9D731C;
}
</style>
border-color css
<style>
span { border-color: #9D731C; }
span { border-color: rgb(157,115,28); }
td.TdClassName
{
border-color: #9D731C;
}
.TagClassName
{
border-color: #9D731C;
}
</style>