Shades of Hacienda #928212
Tints of Hacienda #928212
RGB
CMYK
RGB Variations
Color information
#928212 (or 0x928212) is known color: Hacienda. HEX triplet: 92, 82 and 12. RGB value is (146,130,18). Sum of RGB (Red+Green+Blue) = 146+130+18=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #928212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928212 is #6D7DED. Grayscale: #7A7A7A. Windows color (decimal): -7175662 or 1213074. OLE color: 1213074.
HSL color Cylindrical-coordinate representation of color #928212: hue angle of 52.5º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #928212 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 18 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.43 |
| HSL | 52.5º | 0.78% | 0.32% | - |
| HSV(B) | 52.5º | 0.88% | 0.57% | - |
| XYZ | 19.95 | 22.12 | 3.79 | - |
| YUV | 122.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 18 | 0 | 0.11 | 0.88 | 0.43 | 52.5 | 0.78 | 0.32 |
| Hex | 92 | 82 | 12 | 0 | B | 58 | 2B | 34 | 4E | 20 |
| Octal | 222 | 202 | 22 | 0 | 13 | 130 | 53 | 64 | 116 | 40 |
| Binary | 10010010 | 10000010 | 10010 | 0 | 1011 | 1011000 | 101011 | 110100 | 1001110 | 100000 |
Color Harmonies of #928212
Complementary color
Monochromatic Colors of #928212
Black with #928212
Text Example
Text Example
White with #928212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928212; }
p { color: rgb(146,130,18); }
H1.HeaderClassName
{
color: #928212;
}
.AnyTagClassName
{
color: #928212;
}
</style>
background-color css
<style>
a { background-color: #928212; }
a { background-color: rgb(146,130,18); }
div.DivClassName
{
background-color: #928212;
}
.BgClassName
{
background-color: #928212;
}
</style>
border-color css
<style>
span { border-color: #928212; }
span { border-color: rgb(146,130,18); }
td.TdClassName
{
border-color: #928212;
}
.TagClassName
{
border-color: #928212;
}
</style>