Shades of Hacienda #927C10
Tints of Hacienda #927C10
RGB
CMYK
RGB Variations
Color information
#927C10 (or 0x927C10) is known color: Hacienda. HEX triplet: 92, 7C and 10. RGB value is (146,124,16). Sum of RGB (Red+Green+Blue) = 146+124+16=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #927C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C10 is #6D83EF. Grayscale: #767676. Windows color (decimal): -7177200 or 1080466. OLE color: 1080466.
HSL color Cylindrical-coordinate representation of color #927C10: hue angle of 49.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #927C10 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 16 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.43 |
| HSL | 49.85º | 0.8% | 0.32% | - |
| HSV(B) | 49.85º | 0.89% | 0.57% | - |
| XYZ | 19.16 | 20.56 | 3.45 | - |
| YUV | 118.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 16 | 0 | 0.15 | 0.89 | 0.43 | 49.85 | 0.8 | 0.32 |
| Hex | 92 | 7C | 10 | 0 | F | 59 | 2B | 32 | 50 | 20 |
| Octal | 222 | 174 | 20 | 0 | 17 | 131 | 53 | 62 | 120 | 40 |
| Binary | 10010010 | 1111100 | 10000 | 0 | 1111 | 1011001 | 101011 | 110010 | 1010000 | 100000 |
Color Harmonies of #927C10
Complementary color
Monochromatic Colors of #927C10
Black with #927C10
Text Example
Text Example
White with #927C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C10; }
p { color: rgb(146,124,16); }
H1.HeaderClassName
{
color: #927C10;
}
.AnyTagClassName
{
color: #927C10;
}
</style>
background-color css
<style>
a { background-color: #927C10; }
a { background-color: rgb(146,124,16); }
div.DivClassName
{
background-color: #927C10;
}
.BgClassName
{
background-color: #927C10;
}
</style>
border-color css
<style>
span { border-color: #927C10; }
span { border-color: rgb(146,124,16); }
td.TdClassName
{
border-color: #927C10;
}
.TagClassName
{
border-color: #927C10;
}
</style>