Shades of Hacienda #9E731F
Tints of Hacienda #9E731F
RGB
CMYK
RGB Variations
Color information
#9E731F (or 0x9E731F) is known color: Hacienda. HEX triplet: 9E, 73 and 1F. RGB value is (158,115,31). Sum of RGB (Red+Green+Blue) = 158+115+31=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E731F is #618CE0. Grayscale: #767676. Windows color (decimal): -6393057 or 2061214. OLE color: 2061214.
HSL color Cylindrical-coordinate representation of color #9E731F: hue angle of 39.69º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E731F is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 31 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.38 |
| HSL | 39.69º | 0.67% | 0.37% | - |
| HSV(B) | 39.69º | 0.8% | 0.62% | - |
| XYZ | 20.48 | 19.63 | 4.01 | - |
| YUV | 118.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 31 | 0 | 0.27 | 0.80 | 0.38 | 39.69 | 0.67 | 0.37 |
| Hex | 9E | 73 | 1F | 0 | 1B | 50 | 26 | 28 | 43 | 25 |
| Octal | 236 | 163 | 37 | 0 | 33 | 120 | 46 | 50 | 103 | 45 |
| Binary | 10011110 | 1110011 | 11111 | 0 | 11011 | 1010000 | 100110 | 101000 | 1000011 | 100101 |
Color Harmonies of #9E731F
Complementary color
Monochromatic Colors of #9E731F
Black with #9E731F
Text Example
Text Example
White with #9E731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E731F; }
p { color: rgb(158,115,31); }
H1.HeaderClassName
{
color: #9E731F;
}
.AnyTagClassName
{
color: #9E731F;
}
</style>
background-color css
<style>
a { background-color: #9E731F; }
a { background-color: rgb(158,115,31); }
div.DivClassName
{
background-color: #9E731F;
}
.BgClassName
{
background-color: #9E731F;
}
</style>
border-color css
<style>
span { border-color: #9E731F; }
span { border-color: rgb(158,115,31); }
td.TdClassName
{
border-color: #9E731F;
}
.TagClassName
{
border-color: #9E731F;
}
</style>