Shades of Hacienda #98821B
Tints of Hacienda #98821B
RGB
CMYK
RGB Variations
Color information
#98821B (or 0x98821B) is known color: Hacienda. HEX triplet: 98, 82 and 1B. RGB value is (152,130,27). Sum of RGB (Red+Green+Blue) = 152+130+27=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98821B is #677DE4. Grayscale: #7D7D7D. Windows color (decimal): -6782437 or 1802904. OLE color: 1802904.
HSL color Cylindrical-coordinate representation of color #98821B: hue angle of 49.44º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98821B is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 27 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.40 |
| HSL | 49.44º | 0.7% | 0.35% | - |
| HSV(B) | 49.44º | 0.82% | 0.6% | - |
| XYZ | 21.13 | 22.72 | 4.31 | - |
| YUV | 124.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 27 | 0 | 0.14 | 0.82 | 0.40 | 49.44 | 0.7 | 0.35 |
| Hex | 98 | 82 | 1B | 0 | E | 52 | 28 | 31 | 46 | 23 |
| Octal | 230 | 202 | 33 | 0 | 16 | 122 | 50 | 61 | 106 | 43 |
| Binary | 10011000 | 10000010 | 11011 | 0 | 1110 | 1010010 | 101000 | 110001 | 1000110 | 100011 |
Color Harmonies of #98821B
Complementary color
Monochromatic Colors of #98821B
Black with #98821B
Text Example
Text Example
White with #98821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98821B; }
p { color: rgb(152,130,27); }
H1.HeaderClassName
{
color: #98821B;
}
.AnyTagClassName
{
color: #98821B;
}
</style>
background-color css
<style>
a { background-color: #98821B; }
a { background-color: rgb(152,130,27); }
div.DivClassName
{
background-color: #98821B;
}
.BgClassName
{
background-color: #98821B;
}
</style>
border-color css
<style>
span { border-color: #98821B; }
span { border-color: rgb(152,130,27); }
td.TdClassName
{
border-color: #98821B;
}
.TagClassName
{
border-color: #98821B;
}
</style>