Shades of Hacienda #927C16
Tints of Hacienda #927C16
RGB
CMYK
RGB Variations
Color information
#927C16 (or 0x927C16) is known color: Hacienda. HEX triplet: 92, 7C and 16. RGB value is (146,124,22). Sum of RGB (Red+Green+Blue) = 146+124+22=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #927C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C16 is #6D83E9. Grayscale: #777777. Windows color (decimal): -7177194 or 1473682. OLE color: 1473682.
HSL color Cylindrical-coordinate representation of color #927C16: hue angle of 49.35º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #927C16 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 22 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.43 |
| HSL | 49.35º | 0.74% | 0.33% | - |
| HSV(B) | 49.35º | 0.85% | 0.57% | - |
| XYZ | 19.21 | 20.58 | 3.72 | - |
| YUV | 118.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 22 | 0 | 0.15 | 0.85 | 0.43 | 49.35 | 0.74 | 0.33 |
| Hex | 92 | 7C | 16 | 0 | F | 55 | 2B | 31 | 4A | 21 |
| Octal | 222 | 174 | 26 | 0 | 17 | 125 | 53 | 61 | 112 | 41 |
| Binary | 10010010 | 1111100 | 10110 | 0 | 1111 | 1010101 | 101011 | 110001 | 1001010 | 100001 |
Color Harmonies of #927C16
Complementary color
Monochromatic Colors of #927C16
Black with #927C16
Text Example
Text Example
White with #927C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C16; }
p { color: rgb(146,124,22); }
H1.HeaderClassName
{
color: #927C16;
}
.AnyTagClassName
{
color: #927C16;
}
</style>
background-color css
<style>
a { background-color: #927C16; }
a { background-color: rgb(146,124,22); }
div.DivClassName
{
background-color: #927C16;
}
.BgClassName
{
background-color: #927C16;
}
</style>
border-color css
<style>
span { border-color: #927C16; }
span { border-color: rgb(146,124,22); }
td.TdClassName
{
border-color: #927C16;
}
.TagClassName
{
border-color: #927C16;
}
</style>