Shades of Hacienda #928210
Tints of Hacienda #928210
RGB
CMYK
RGB Variations
Color information
#928210 (or 0x928210) is known color: Hacienda. HEX triplet: 92, 82 and 10. RGB value is (146,130,16). Sum of RGB (Red+Green+Blue) = 146+130+16=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #928210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928210 is #6D7DEF. Grayscale: #7A7A7A. Windows color (decimal): -7175664 or 1082002. OLE color: 1082002.
HSL color Cylindrical-coordinate representation of color #928210: hue angle of 52.62º 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 #928210 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 16 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.43 |
| HSL | 52.62º | 0.8% | 0.32% | - |
| HSV(B) | 52.62º | 0.89% | 0.57% | - |
| XYZ | 19.93 | 22.11 | 3.71 | - |
| YUV | 121.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 16 | 0 | 0.11 | 0.89 | 0.43 | 52.62 | 0.8 | 0.32 |
| Hex | 92 | 82 | 10 | 0 | B | 59 | 2B | 35 | 50 | 20 |
| Octal | 222 | 202 | 20 | 0 | 13 | 131 | 53 | 65 | 120 | 40 |
| Binary | 10010010 | 10000010 | 10000 | 0 | 1011 | 1011001 | 101011 | 110101 | 1010000 | 100000 |
Color Harmonies of #928210
Complementary color
Monochromatic Colors of #928210
Black with #928210
Text Example
Text Example
White with #928210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928210; }
p { color: rgb(146,130,16); }
H1.HeaderClassName
{
color: #928210;
}
.AnyTagClassName
{
color: #928210;
}
</style>
background-color css
<style>
a { background-color: #928210; }
a { background-color: rgb(146,130,16); }
div.DivClassName
{
background-color: #928210;
}
.BgClassName
{
background-color: #928210;
}
</style>
border-color css
<style>
span { border-color: #928210; }
span { border-color: rgb(146,130,16); }
td.TdClassName
{
border-color: #928210;
}
.TagClassName
{
border-color: #928210;
}
</style>