Shades of Hacienda #927C18
Tints of Hacienda #927C18
RGB
CMYK
RGB Variations
Color information
#927C18 (or 0x927C18) is known color: Hacienda. HEX triplet: 92, 7C and 18. RGB value is (146,124,24). Sum of RGB (Red+Green+Blue) = 146+124+24=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #927C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C18 is #6D83E7. Grayscale: #777777. Windows color (decimal): -7177192 or 1604754. OLE color: 1604754.
HSL color Cylindrical-coordinate representation of color #927C18: hue angle of 49.18º degrees, saturation: 0.72, 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 #927C18 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 24 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.43 |
| HSL | 49.18º | 0.72% | 0.33% | - |
| HSV(B) | 49.18º | 0.84% | 0.57% | - |
| XYZ | 19.23 | 20.59 | 3.83 | - |
| YUV | 119.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 24 | 0 | 0.15 | 0.84 | 0.43 | 49.18 | 0.72 | 0.33 |
| Hex | 92 | 7C | 18 | 0 | F | 54 | 2B | 31 | 48 | 21 |
| Octal | 222 | 174 | 30 | 0 | 17 | 124 | 53 | 61 | 110 | 41 |
| Binary | 10010010 | 1111100 | 11000 | 0 | 1111 | 1010100 | 101011 | 110001 | 1001000 | 100001 |
Color Harmonies of #927C18
Complementary color
Monochromatic Colors of #927C18
Black with #927C18
Text Example
Text Example
White with #927C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C18; }
p { color: rgb(146,124,24); }
H1.HeaderClassName
{
color: #927C18;
}
.AnyTagClassName
{
color: #927C18;
}
</style>
background-color css
<style>
a { background-color: #927C18; }
a { background-color: rgb(146,124,24); }
div.DivClassName
{
background-color: #927C18;
}
.BgClassName
{
background-color: #927C18;
}
</style>
border-color css
<style>
span { border-color: #927C18; }
span { border-color: rgb(146,124,24); }
td.TdClassName
{
border-color: #927C18;
}
.TagClassName
{
border-color: #927C18;
}
</style>