Shades of Hacienda #988B0B
Tints of Hacienda #988B0B
RGB
CMYK
RGB Variations
Color information
#988B0B (or 0x988B0B) is known color: Hacienda. HEX triplet: 98, 8B and 0B. RGB value is (152,139,11). Sum of RGB (Red+Green+Blue) = 152+139+11=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988B0B is #6774F4. Grayscale: #808080. Windows color (decimal): -6780149 or 756632. OLE color: 756632.
HSL color Cylindrical-coordinate representation of color #988B0B: hue angle of 54.47º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #988B0B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 11 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.40 |
| HSL | 54.47º | 0.87% | 0.32% | - |
| HSV(B) | 54.47º | 0.93% | 0.6% | - |
| XYZ | 22.24 | 25.16 | 4 | - |
| YUV | 128.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 11 | 0 | 0.09 | 0.93 | 0.40 | 54.47 | 0.87 | 0.32 |
| Hex | 98 | 8B | B | 0 | 9 | 5D | 28 | 36 | 57 | 20 |
| Octal | 230 | 213 | 13 | 0 | 11 | 135 | 50 | 66 | 127 | 40 |
| Binary | 10011000 | 10001011 | 1011 | 0 | 1001 | 1011101 | 101000 | 110110 | 1010111 | 100000 |
Color Harmonies of #988B0B
Complementary color
Monochromatic Colors of #988B0B
Black with #988B0B
Text Example
Text Example
White with #988B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B0B; }
p { color: rgb(152,139,11); }
H1.HeaderClassName
{
color: #988B0B;
}
.AnyTagClassName
{
color: #988B0B;
}
</style>
background-color css
<style>
a { background-color: #988B0B; }
a { background-color: rgb(152,139,11); }
div.DivClassName
{
background-color: #988B0B;
}
.BgClassName
{
background-color: #988B0B;
}
</style>
border-color css
<style>
span { border-color: #988B0B; }
span { border-color: rgb(152,139,11); }
td.TdClassName
{
border-color: #988B0B;
}
.TagClassName
{
border-color: #988B0B;
}
</style>