Shades of Hacienda #98821E
Tints of Hacienda #98821E
RGB
CMYK
RGB Variations
Color information
#98821E (or 0x98821E) is known color: Hacienda. HEX triplet: 98, 82 and 1E. RGB value is (152,130,30). Sum of RGB (Red+Green+Blue) = 152+130+30=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98821E is #677DE1. Grayscale: #7D7D7D. Windows color (decimal): -6782434 or 1999512. OLE color: 1999512.
HSL color Cylindrical-coordinate representation of color #98821E: hue angle of 49.18º 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 #98821E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 30 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.40 |
| HSL | 49.18º | 0.67% | 0.36% | - |
| HSV(B) | 49.18º | 0.8% | 0.6% | - |
| XYZ | 21.17 | 22.73 | 4.5 | - |
| YUV | 125.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 30 | 0 | 0.14 | 0.80 | 0.40 | 49.18 | 0.67 | 0.36 |
| Hex | 98 | 82 | 1E | 0 | E | 50 | 28 | 31 | 43 | 24 |
| Octal | 230 | 202 | 36 | 0 | 16 | 120 | 50 | 61 | 103 | 44 |
| Binary | 10011000 | 10000010 | 11110 | 0 | 1110 | 1010000 | 101000 | 110001 | 1000011 | 100100 |
Color Harmonies of #98821E
Complementary color
Monochromatic Colors of #98821E
Black with #98821E
Text Example
Text Example
White with #98821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98821E; }
p { color: rgb(152,130,30); }
H1.HeaderClassName
{
color: #98821E;
}
.AnyTagClassName
{
color: #98821E;
}
</style>
background-color css
<style>
a { background-color: #98821E; }
a { background-color: rgb(152,130,30); }
div.DivClassName
{
background-color: #98821E;
}
.BgClassName
{
background-color: #98821E;
}
</style>
border-color css
<style>
span { border-color: #98821E; }
span { border-color: rgb(152,130,30); }
td.TdClassName
{
border-color: #98821E;
}
.TagClassName
{
border-color: #98821E;
}
</style>