Shades of Hacienda #9E7D12
Tints of Hacienda #9E7D12
RGB
CMYK
RGB Variations
Color information
#9E7D12 (or 0x9E7D12) is known color: Hacienda. HEX triplet: 9E, 7D and 12. RGB value is (158,125,18). Sum of RGB (Red+Green+Blue) = 158+125+18=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7D12 is #6182ED. Grayscale: #7B7B7B. Windows color (decimal): -6390510 or 1211806. OLE color: 1211806.
HSL color Cylindrical-coordinate representation of color #9E7D12: hue angle of 45.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E7D12 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 18 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.38 |
| HSL | 45.86º | 0.8% | 0.35% | - |
| HSV(B) | 45.86º | 0.89% | 0.62% | - |
| XYZ | 21.54 | 21.98 | 3.68 | - |
| YUV | 122.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 18 | 0 | 0.21 | 0.89 | 0.38 | 45.86 | 0.8 | 0.35 |
| Hex | 9E | 7D | 12 | 0 | 15 | 59 | 26 | 2E | 50 | 23 |
| Octal | 236 | 175 | 22 | 0 | 25 | 131 | 46 | 56 | 120 | 43 |
| Binary | 10011110 | 1111101 | 10010 | 0 | 10101 | 1011001 | 100110 | 101110 | 1010000 | 100011 |
Color Harmonies of #9E7D12
Complementary color
Monochromatic Colors of #9E7D12
Black with #9E7D12
Text Example
Text Example
White with #9E7D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D12; }
p { color: rgb(158,125,18); }
H1.HeaderClassName
{
color: #9E7D12;
}
.AnyTagClassName
{
color: #9E7D12;
}
</style>
background-color css
<style>
a { background-color: #9E7D12; }
a { background-color: rgb(158,125,18); }
div.DivClassName
{
background-color: #9E7D12;
}
.BgClassName
{
background-color: #9E7D12;
}
</style>
border-color css
<style>
span { border-color: #9E7D12; }
span { border-color: rgb(158,125,18); }
td.TdClassName
{
border-color: #9E7D12;
}
.TagClassName
{
border-color: #9E7D12;
}
</style>