Shades of Hacienda #99821F
Tints of Hacienda #99821F
RGB
CMYK
RGB Variations
Color information
#99821F (or 0x99821F) is known color: Hacienda. HEX triplet: 99, 82 and 1F. RGB value is (153,130,31). Sum of RGB (Red+Green+Blue) = 153+130+31=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99821F is #667DE0. Grayscale: #7E7E7E. Windows color (decimal): -6716897 or 2065049. OLE color: 2065049.
HSL color Cylindrical-coordinate representation of color #99821F: hue angle of 48.69º degrees, saturation: 0.66, 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 #99821F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 31 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.4 |
| HSL | 48.69º | 0.66% | 0.36% | - |
| HSV(B) | 48.69º | 0.8% | 0.6% | - |
| XYZ | 21.37 | 22.84 | 4.58 | - |
| YUV | 125.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 31 | 0 | 0.15 | 0.80 | 0.4 | 48.69 | 0.66 | 0.36 |
| Hex | 99 | 82 | 1F | 0 | F | 50 | 28 | 31 | 42 | 24 |
| Octal | 231 | 202 | 37 | 0 | 17 | 120 | 50 | 61 | 102 | 44 |
| Binary | 10011001 | 10000010 | 11111 | 0 | 1111 | 1010000 | 101000 | 110001 | 1000010 | 100100 |
Color Harmonies of #99821F
Complementary color
Monochromatic Colors of #99821F
Black with #99821F
Text Example
Text Example
White with #99821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99821F; }
p { color: rgb(153,130,31); }
H1.HeaderClassName
{
color: #99821F;
}
.AnyTagClassName
{
color: #99821F;
}
</style>
background-color css
<style>
a { background-color: #99821F; }
a { background-color: rgb(153,130,31); }
div.DivClassName
{
background-color: #99821F;
}
.BgClassName
{
background-color: #99821F;
}
</style>
border-color css
<style>
span { border-color: #99821F; }
span { border-color: rgb(153,130,31); }
td.TdClassName
{
border-color: #99821F;
}
.TagClassName
{
border-color: #99821F;
}
</style>