Shades of Hacienda #9E781A
Tints of Hacienda #9E781A
RGB
CMYK
RGB Variations
Color information
#9E781A (or 0x9E781A) is known color: Hacienda. HEX triplet: 9E, 78 and 1A. RGB value is (158,120,26). Sum of RGB (Red+Green+Blue) = 158+120+26=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E781A is #6187E5. Grayscale: #797979. Windows color (decimal): -6391782 or 1734814. OLE color: 1734814.
HSL color Cylindrical-coordinate representation of color #9E781A: hue angle of 42.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E781A is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 26 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.38 |
| HSL | 42.73º | 0.72% | 0.36% | - |
| HSV(B) | 42.73º | 0.84% | 0.62% | - |
| XYZ | 21 | 20.78 | 3.88 | - |
| YUV | 120.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 26 | 0 | 0.24 | 0.84 | 0.38 | 42.73 | 0.72 | 0.36 |
| Hex | 9E | 78 | 1A | 0 | 18 | 54 | 26 | 2B | 48 | 24 |
| Octal | 236 | 170 | 32 | 0 | 30 | 124 | 46 | 53 | 110 | 44 |
| Binary | 10011110 | 1111000 | 11010 | 0 | 11000 | 1010100 | 100110 | 101011 | 1001000 | 100100 |
Color Harmonies of #9E781A
Complementary color
Monochromatic Colors of #9E781A
Black with #9E781A
Text Example
Text Example
White with #9E781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E781A; }
p { color: rgb(158,120,26); }
H1.HeaderClassName
{
color: #9E781A;
}
.AnyTagClassName
{
color: #9E781A;
}
</style>
background-color css
<style>
a { background-color: #9E781A; }
a { background-color: rgb(158,120,26); }
div.DivClassName
{
background-color: #9E781A;
}
.BgClassName
{
background-color: #9E781A;
}
</style>
border-color css
<style>
span { border-color: #9E781A; }
span { border-color: rgb(158,120,26); }
td.TdClassName
{
border-color: #9E781A;
}
.TagClassName
{
border-color: #9E781A;
}
</style>