Shades of Hacienda #998320
Tints of Hacienda #998320
RGB
CMYK
RGB Variations
Color information
#998320 (or 0x998320) is known color: Hacienda. HEX triplet: 99, 83 and 20. RGB value is (153,131,32). Sum of RGB (Red+Green+Blue) = 153+131+32=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #998320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998320 is #667CDF. Grayscale: #7E7E7E. Windows color (decimal): -6716640 or 2130841. OLE color: 2130841.
HSL color Cylindrical-coordinate representation of color #998320: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #998320 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 32 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.4 |
| HSL | 49.09º | 0.65% | 0.36% | - |
| HSV(B) | 49.09º | 0.79% | 0.6% | - |
| XYZ | 21.51 | 23.11 | 4.69 | - |
| YUV | 126.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 32 | 0 | 0.14 | 0.79 | 0.4 | 49.09 | 0.65 | 0.36 |
| Hex | 99 | 83 | 20 | 0 | E | 4F | 28 | 31 | 41 | 24 |
| Octal | 231 | 203 | 40 | 0 | 16 | 117 | 50 | 61 | 101 | 44 |
| Binary | 10011001 | 10000011 | 100000 | 0 | 1110 | 1001111 | 101000 | 110001 | 1000001 | 100100 |
Color Harmonies of #998320
Complementary color
Monochromatic Colors of #998320
Black with #998320
Text Example
Text Example
White with #998320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998320; }
p { color: rgb(153,131,32); }
H1.HeaderClassName
{
color: #998320;
}
.AnyTagClassName
{
color: #998320;
}
</style>
background-color css
<style>
a { background-color: #998320; }
a { background-color: rgb(153,131,32); }
div.DivClassName
{
background-color: #998320;
}
.BgClassName
{
background-color: #998320;
}
</style>
border-color css
<style>
span { border-color: #998320; }
span { border-color: rgb(153,131,32); }
td.TdClassName
{
border-color: #998320;
}
.TagClassName
{
border-color: #998320;
}
</style>