Shades of Hacienda #9E871B
Tints of Hacienda #9E871B
RGB
CMYK
RGB Variations
Color information
#9E871B (or 0x9E871B) is known color: Hacienda. HEX triplet: 9E, 87 and 1B. RGB value is (158,135,27). Sum of RGB (Red+Green+Blue) = 158+135+27=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E871B is #6178E4. Grayscale: #828282. Windows color (decimal): -6387941 or 1804190. OLE color: 1804190.
HSL color Cylindrical-coordinate representation of color #9E871B: hue angle of 49.47º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E871B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 27 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.38 |
| HSL | 49.47º | 0.71% | 0.36% | - |
| HSV(B) | 49.47º | 0.83% | 0.62% | - |
| XYZ | 22.96 | 24.68 | 4.59 | - |
| YUV | 129.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 27 | 0 | 0.15 | 0.83 | 0.38 | 49.47 | 0.71 | 0.36 |
| Hex | 9E | 87 | 1B | 0 | F | 53 | 26 | 31 | 47 | 24 |
| Octal | 236 | 207 | 33 | 0 | 17 | 123 | 46 | 61 | 107 | 44 |
| Binary | 10011110 | 10000111 | 11011 | 0 | 1111 | 1010011 | 100110 | 110001 | 1000111 | 100100 |
Color Harmonies of #9E871B
Complementary color
Monochromatic Colors of #9E871B
Black with #9E871B
Text Example
Text Example
White with #9E871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E871B; }
p { color: rgb(158,135,27); }
H1.HeaderClassName
{
color: #9E871B;
}
.AnyTagClassName
{
color: #9E871B;
}
</style>
background-color css
<style>
a { background-color: #9E871B; }
a { background-color: rgb(158,135,27); }
div.DivClassName
{
background-color: #9E871B;
}
.BgClassName
{
background-color: #9E871B;
}
</style>
border-color css
<style>
span { border-color: #9E871B; }
span { border-color: rgb(158,135,27); }
td.TdClassName
{
border-color: #9E871B;
}
.TagClassName
{
border-color: #9E871B;
}
</style>