Shades of Hacienda #927C17
Tints of Hacienda #927C17
RGB
CMYK
RGB Variations
Color information
#927C17 (or 0x927C17) is known color: Hacienda. HEX triplet: 92, 7C and 17. RGB value is (146,124,23). Sum of RGB (Red+Green+Blue) = 146+124+23=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #927C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C17 is #6D83E8. Grayscale: #777777. Windows color (decimal): -7177193 or 1539218. OLE color: 1539218.
HSL color Cylindrical-coordinate representation of color #927C17: hue angle of 49.27º 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 #927C17 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 23 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.43 |
| HSL | 49.27º | 0.73% | 0.33% | - |
| HSV(B) | 49.27º | 0.84% | 0.57% | - |
| XYZ | 19.22 | 20.59 | 3.77 | - |
| YUV | 119.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 23 | 0 | 0.15 | 0.84 | 0.43 | 49.27 | 0.73 | 0.33 |
| Hex | 92 | 7C | 17 | 0 | F | 54 | 2B | 31 | 49 | 21 |
| Octal | 222 | 174 | 27 | 0 | 17 | 124 | 53 | 61 | 111 | 41 |
| Binary | 10010010 | 1111100 | 10111 | 0 | 1111 | 1010100 | 101011 | 110001 | 1001001 | 100001 |
Color Harmonies of #927C17
Complementary color
Monochromatic Colors of #927C17
Black with #927C17
Text Example
Text Example
White with #927C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C17; }
p { color: rgb(146,124,23); }
H1.HeaderClassName
{
color: #927C17;
}
.AnyTagClassName
{
color: #927C17;
}
</style>
background-color css
<style>
a { background-color: #927C17; }
a { background-color: rgb(146,124,23); }
div.DivClassName
{
background-color: #927C17;
}
.BgClassName
{
background-color: #927C17;
}
</style>
border-color css
<style>
span { border-color: #927C17; }
span { border-color: rgb(146,124,23); }
td.TdClassName
{
border-color: #927C17;
}
.TagClassName
{
border-color: #927C17;
}
</style>