Shades of Hacienda #9E7E1D
Tints of Hacienda #9E7E1D
RGB
CMYK
RGB Variations
Color information
#9E7E1D (or 0x9E7E1D) is known color: Hacienda. HEX triplet: 9E, 7E and 1D. RGB value is (158,126,29). Sum of RGB (Red+Green+Blue) = 158+126+29=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7E1D is #6181E2. Grayscale: #7C7C7C. Windows color (decimal): -6390243 or 1932958. OLE color: 1932958.
HSL color Cylindrical-coordinate representation of color #9E7E1D: hue angle of 45.12º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E7E1D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 126 | 29 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.38 |
| HSL | 45.12º | 0.69% | 0.37% | - |
| HSV(B) | 45.12º | 0.82% | 0.62% | - |
| XYZ | 21.78 | 22.28 | 4.31 | - |
| YUV | 124.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 29 | 0 | 0.20 | 0.82 | 0.38 | 45.12 | 0.69 | 0.37 |
| Hex | 9E | 7E | 1D | 0 | 14 | 52 | 26 | 2D | 45 | 25 |
| Octal | 236 | 176 | 35 | 0 | 24 | 122 | 46 | 55 | 105 | 45 |
| Binary | 10011110 | 1111110 | 11101 | 0 | 10100 | 1010010 | 100110 | 101101 | 1000101 | 100101 |
Color Harmonies of #9E7E1D
Complementary color
Monochromatic Colors of #9E7E1D
Black with #9E7E1D
Text Example
Text Example
White with #9E7E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7E1D; }
p { color: rgb(158,126,29); }
H1.HeaderClassName
{
color: #9E7E1D;
}
.AnyTagClassName
{
color: #9E7E1D;
}
</style>
background-color css
<style>
a { background-color: #9E7E1D; }
a { background-color: rgb(158,126,29); }
div.DivClassName
{
background-color: #9E7E1D;
}
.BgClassName
{
background-color: #9E7E1D;
}
</style>
border-color css
<style>
span { border-color: #9E7E1D; }
span { border-color: rgb(158,126,29); }
td.TdClassName
{
border-color: #9E7E1D;
}
.TagClassName
{
border-color: #9E7E1D;
}
</style>