Shades of Hacienda #98801E
Tints of Hacienda #98801E
RGB
CMYK
RGB Variations
Color information
#98801E (or 0x98801E) is known color: Hacienda. HEX triplet: 98, 80 and 1E. RGB value is (152,128,30). Sum of RGB (Red+Green+Blue) = 152+128+30=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98801E is #677FE1. Grayscale: #7C7C7C. Windows color (decimal): -6782946 or 1999000. OLE color: 1999000.
HSL color Cylindrical-coordinate representation of color #98801E: hue angle of 48.2º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98801E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 30 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.40 |
| HSL | 48.2º | 0.67% | 0.36% | - |
| HSV(B) | 48.2º | 0.8% | 0.6% | - |
| XYZ | 20.9 | 22.21 | 4.41 | - |
| YUV | 124 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 30 | 0 | 0.16 | 0.80 | 0.40 | 48.2 | 0.67 | 0.36 |
| Hex | 98 | 80 | 1E | 0 | 10 | 50 | 28 | 30 | 43 | 24 |
| Octal | 230 | 200 | 36 | 0 | 20 | 120 | 50 | 60 | 103 | 44 |
| Binary | 10011000 | 10000000 | 11110 | 0 | 10000 | 1010000 | 101000 | 110000 | 1000011 | 100100 |
Color Harmonies of #98801E
Complementary color
Monochromatic Colors of #98801E
Black with #98801E
Text Example
Text Example
White with #98801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98801E; }
p { color: rgb(152,128,30); }
H1.HeaderClassName
{
color: #98801E;
}
.AnyTagClassName
{
color: #98801E;
}
</style>
background-color css
<style>
a { background-color: #98801E; }
a { background-color: rgb(152,128,30); }
div.DivClassName
{
background-color: #98801E;
}
.BgClassName
{
background-color: #98801E;
}
</style>
border-color css
<style>
span { border-color: #98801E; }
span { border-color: rgb(152,128,30); }
td.TdClassName
{
border-color: #98801E;
}
.TagClassName
{
border-color: #98801E;
}
</style>