Shades of Hacienda #9E7D23
Tints of Hacienda #9E7D23
RGB
CMYK
RGB Variations
Color information
#9E7D23 (or 0x9E7D23) is known color: Hacienda. HEX triplet: 9E, 7D and 23. RGB value is (158,125,35). Sum of RGB (Red+Green+Blue) = 158+125+35=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7D23 is #6182DC. Grayscale: #7D7D7D. Windows color (decimal): -6390493 or 2325918. OLE color: 2325918.
HSL color Cylindrical-coordinate representation of color #9E7D23: hue angle of 43.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E7D23 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 35 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.38 |
| HSL | 43.9º | 0.64% | 0.38% | - |
| HSV(B) | 43.9º | 0.78% | 0.62% | - |
| XYZ | 21.74 | 22.06 | 4.7 | - |
| YUV | 124.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 35 | 0 | 0.21 | 0.78 | 0.38 | 43.9 | 0.64 | 0.38 |
| Hex | 9E | 7D | 23 | 0 | 15 | 4E | 26 | 2C | 40 | 26 |
| Octal | 236 | 175 | 43 | 0 | 25 | 116 | 46 | 54 | 100 | 46 |
| Binary | 10011110 | 1111101 | 100011 | 0 | 10101 | 1001110 | 100110 | 101100 | 1000000 | 100110 |
Color Harmonies of #9E7D23
Complementary color
Monochromatic Colors of #9E7D23
Black with #9E7D23
Text Example
Text Example
White with #9E7D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D23; }
p { color: rgb(158,125,35); }
H1.HeaderClassName
{
color: #9E7D23;
}
.AnyTagClassName
{
color: #9E7D23;
}
</style>
background-color css
<style>
a { background-color: #9E7D23; }
a { background-color: rgb(158,125,35); }
div.DivClassName
{
background-color: #9E7D23;
}
.BgClassName
{
background-color: #9E7D23;
}
</style>
border-color css
<style>
span { border-color: #9E7D23; }
span { border-color: rgb(158,125,35); }
td.TdClassName
{
border-color: #9E7D23;
}
.TagClassName
{
border-color: #9E7D23;
}
</style>