Shades of Hacienda #918210
Tints of Hacienda #918210
RGB
CMYK
RGB Variations
Color information
#918210 (or 0x918210) is known color: Hacienda. HEX triplet: 91, 82 and 10. RGB value is (145,130,16). Sum of RGB (Red+Green+Blue) = 145+130+16=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #918210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918210 is #6E7DEF. Grayscale: #797979. Windows color (decimal): -7241200 or 1082001. OLE color: 1082001.
HSL color Cylindrical-coordinate representation of color #918210: hue angle of 53.02º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #918210 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.43 |
| HSL | 53.02º | 0.8% | 0.32% | - |
| HSV(B) | 53.02º | 0.89% | 0.57% | - |
| XYZ | 19.75 | 22.02 | 3.7 | - |
| YUV | 121.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 16 | 0 | 0.10 | 0.89 | 0.43 | 53.02 | 0.8 | 0.32 |
| Hex | 91 | 82 | 10 | 0 | A | 59 | 2B | 35 | 50 | 20 |
| Octal | 221 | 202 | 20 | 0 | 12 | 131 | 53 | 65 | 120 | 40 |
| Binary | 10010001 | 10000010 | 10000 | 0 | 1010 | 1011001 | 101011 | 110101 | 1010000 | 100000 |
Color Harmonies of #918210
Complementary color
Monochromatic Colors of #918210
Black with #918210
Text Example
Text Example
White with #918210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918210; }
p { color: rgb(145,130,16); }
H1.HeaderClassName
{
color: #918210;
}
.AnyTagClassName
{
color: #918210;
}
</style>
background-color css
<style>
a { background-color: #918210; }
a { background-color: rgb(145,130,16); }
div.DivClassName
{
background-color: #918210;
}
.BgClassName
{
background-color: #918210;
}
</style>
border-color css
<style>
span { border-color: #918210; }
span { border-color: rgb(145,130,16); }
td.TdClassName
{
border-color: #918210;
}
.TagClassName
{
border-color: #918210;
}
</style>