Shades of Hacienda #9E880B
Tints of Hacienda #9E880B
RGB
CMYK
RGB Variations
Color information
#9E880B (or 0x9E880B) is known color: Hacienda. HEX triplet: 9E, 88 and 0B. RGB value is (158,136,11). Sum of RGB (Red+Green+Blue) = 158+136+11=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E880B is #6177F4. Grayscale: #808080. Windows color (decimal): -6387701 or 755870. OLE color: 755870.
HSL color Cylindrical-coordinate representation of color #9E880B: hue angle of 51.02º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E880B is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 11 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.38 |
| HSL | 51.02º | 0.87% | 0.33% | - |
| HSV(B) | 51.02º | 0.93% | 0.62% | - |
| XYZ | 22.97 | 24.9 | 3.91 | - |
| YUV | 128.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 11 | 0 | 0.14 | 0.93 | 0.38 | 51.02 | 0.87 | 0.33 |
| Hex | 9E | 88 | B | 0 | E | 5D | 26 | 33 | 57 | 21 |
| Octal | 236 | 210 | 13 | 0 | 16 | 135 | 46 | 63 | 127 | 41 |
| Binary | 10011110 | 10001000 | 1011 | 0 | 1110 | 1011101 | 100110 | 110011 | 1010111 | 100001 |
Color Harmonies of #9E880B
Complementary color
Monochromatic Colors of #9E880B
Black with #9E880B
Text Example
Text Example
White with #9E880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E880B; }
p { color: rgb(158,136,11); }
H1.HeaderClassName
{
color: #9E880B;
}
.AnyTagClassName
{
color: #9E880B;
}
</style>
background-color css
<style>
a { background-color: #9E880B; }
a { background-color: rgb(158,136,11); }
div.DivClassName
{
background-color: #9E880B;
}
.BgClassName
{
background-color: #9E880B;
}
</style>
border-color css
<style>
span { border-color: #9E880B; }
span { border-color: rgb(158,136,11); }
td.TdClassName
{
border-color: #9E880B;
}
.TagClassName
{
border-color: #9E880B;
}
</style>