Shades of Hacienda #99792A
Tints of Hacienda #99792A
RGB
CMYK
RGB Variations
Color information
#99792A (or 0x99792A) is known color: Hacienda. HEX triplet: 99, 79 and 2A. RGB value is (153,121,42). Sum of RGB (Red+Green+Blue) = 153+121+42=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99792A is #6686D5. Grayscale: #797979. Windows color (decimal): -6719190 or 2783641. OLE color: 2783641.
HSL color Cylindrical-coordinate representation of color #99792A: hue angle of 42.7º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99792A is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 42 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.4 |
| HSL | 42.7º | 0.57% | 0.38% | - |
| HSV(B) | 42.7º | 0.73% | 0.6% | - |
| XYZ | 20.39 | 20.61 | 5.09 | - |
| YUV | 121.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 42 | 0 | 0.21 | 0.73 | 0.4 | 42.7 | 0.57 | 0.38 |
| Hex | 99 | 79 | 2A | 0 | 15 | 49 | 28 | 2B | 39 | 26 |
| Octal | 231 | 171 | 52 | 0 | 25 | 111 | 50 | 53 | 71 | 46 |
| Binary | 10011001 | 1111001 | 101010 | 0 | 10101 | 1001001 | 101000 | 101011 | 111001 | 100110 |
Color Harmonies of #99792A
Complementary color
Monochromatic Colors of #99792A
Black with #99792A
Text Example
Text Example
White with #99792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99792A; }
p { color: rgb(153,121,42); }
H1.HeaderClassName
{
color: #99792A;
}
.AnyTagClassName
{
color: #99792A;
}
</style>
background-color css
<style>
a { background-color: #99792A; }
a { background-color: rgb(153,121,42); }
div.DivClassName
{
background-color: #99792A;
}
.BgClassName
{
background-color: #99792A;
}
</style>
border-color css
<style>
span { border-color: #99792A; }
span { border-color: rgb(153,121,42); }
td.TdClassName
{
border-color: #99792A;
}
.TagClassName
{
border-color: #99792A;
}
</style>