Shades of Hacienda #9C731D
Tints of Hacienda #9C731D
RGB
CMYK
RGB Variations
Color information
#9C731D (or 0x9C731D) is known color: Hacienda. HEX triplet: 9C, 73 and 1D. RGB value is (156,115,29). Sum of RGB (Red+Green+Blue) = 156+115+29=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C731D is #638CE2. Grayscale: #757575. Windows color (decimal): -6524131 or 1930140. OLE color: 1930140.
HSL color Cylindrical-coordinate representation of color #9C731D: hue angle of 40.63º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C731D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 29 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.39 |
| HSL | 40.63º | 0.69% | 0.36% | - |
| HSV(B) | 40.63º | 0.81% | 0.61% | - |
| XYZ | 20.06 | 19.42 | 3.85 | - |
| YUV | 117.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 29 | 0 | 0.26 | 0.81 | 0.39 | 40.63 | 0.69 | 0.36 |
| Hex | 9C | 73 | 1D | 0 | 1A | 51 | 27 | 29 | 45 | 24 |
| Octal | 234 | 163 | 35 | 0 | 32 | 121 | 47 | 51 | 105 | 44 |
| Binary | 10011100 | 1110011 | 11101 | 0 | 11010 | 1010001 | 100111 | 101001 | 1000101 | 100100 |
Color Harmonies of #9C731D
Complementary color
Monochromatic Colors of #9C731D
Black with #9C731D
Text Example
Text Example
White with #9C731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C731D; }
p { color: rgb(156,115,29); }
H1.HeaderClassName
{
color: #9C731D;
}
.AnyTagClassName
{
color: #9C731D;
}
</style>
background-color css
<style>
a { background-color: #9C731D; }
a { background-color: rgb(156,115,29); }
div.DivClassName
{
background-color: #9C731D;
}
.BgClassName
{
background-color: #9C731D;
}
</style>
border-color css
<style>
span { border-color: #9C731D; }
span { border-color: rgb(156,115,29); }
td.TdClassName
{
border-color: #9C731D;
}
.TagClassName
{
border-color: #9C731D;
}
</style>