Shades of Hacienda #927A17
Tints of Hacienda #927A17
RGB
CMYK
RGB Variations
Color information
#927A17 (or 0x927A17) is known color: Hacienda. HEX triplet: 92, 7A and 17. RGB value is (146,122,23). Sum of RGB (Red+Green+Blue) = 146+122+23=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #927A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927A17 is #6D85E8. Grayscale: #767676. Windows color (decimal): -7177705 or 1538706. OLE color: 1538706.
HSL color Cylindrical-coordinate representation of color #927A17: hue angle of 48.29º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #927A17 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 23 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.43 |
| HSL | 48.29º | 0.73% | 0.33% | - |
| HSV(B) | 48.29º | 0.84% | 0.57% | - |
| XYZ | 18.97 | 20.09 | 3.69 | - |
| YUV | 117.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 23 | 0 | 0.16 | 0.84 | 0.43 | 48.29 | 0.73 | 0.33 |
| Hex | 92 | 7A | 17 | 0 | 10 | 54 | 2B | 30 | 49 | 21 |
| Octal | 222 | 172 | 27 | 0 | 20 | 124 | 53 | 60 | 111 | 41 |
| Binary | 10010010 | 1111010 | 10111 | 0 | 10000 | 1010100 | 101011 | 110000 | 1001001 | 100001 |
Color Harmonies of #927A17
Complementary color
Monochromatic Colors of #927A17
Black with #927A17
Text Example
Text Example
White with #927A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A17; }
p { color: rgb(146,122,23); }
H1.HeaderClassName
{
color: #927A17;
}
.AnyTagClassName
{
color: #927A17;
}
</style>
background-color css
<style>
a { background-color: #927A17; }
a { background-color: rgb(146,122,23); }
div.DivClassName
{
background-color: #927A17;
}
.BgClassName
{
background-color: #927A17;
}
</style>
border-color css
<style>
span { border-color: #927A17; }
span { border-color: rgb(146,122,23); }
td.TdClassName
{
border-color: #927A17;
}
.TagClassName
{
border-color: #927A17;
}
</style>