Shades of Hacienda #927C0F
Tints of Hacienda #927C0F
RGB
CMYK
RGB Variations
Color information
#927C0F (or 0x927C0F) is known color: Hacienda. HEX triplet: 92, 7C and 0F. RGB value is (146,124,15). Sum of RGB (Red+Green+Blue) = 146+124+15=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #927C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C0F is #6D83F0. Grayscale: #767676. Windows color (decimal): -7177201 or 1014930. OLE color: 1014930.
HSL color Cylindrical-coordinate representation of color #927C0F: hue angle of 49.92º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #927C0F is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 15 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.43 |
| HSL | 49.92º | 0.81% | 0.32% | - |
| HSV(B) | 49.92º | 0.9% | 0.57% | - |
| XYZ | 19.15 | 20.56 | 3.41 | - |
| YUV | 118.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 15 | 0 | 0.15 | 0.90 | 0.43 | 49.92 | 0.81 | 0.32 |
| Hex | 92 | 7C | F | 0 | F | 5A | 2B | 32 | 51 | 20 |
| Octal | 222 | 174 | 17 | 0 | 17 | 132 | 53 | 62 | 121 | 40 |
| Binary | 10010010 | 1111100 | 1111 | 0 | 1111 | 1011010 | 101011 | 110010 | 1010001 | 100000 |
Color Harmonies of #927C0F
Complementary color
Monochromatic Colors of #927C0F
Black with #927C0F
Text Example
Text Example
White with #927C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C0F; }
p { color: rgb(146,124,15); }
H1.HeaderClassName
{
color: #927C0F;
}
.AnyTagClassName
{
color: #927C0F;
}
</style>
background-color css
<style>
a { background-color: #927C0F; }
a { background-color: rgb(146,124,15); }
div.DivClassName
{
background-color: #927C0F;
}
.BgClassName
{
background-color: #927C0F;
}
</style>
border-color css
<style>
span { border-color: #927C0F; }
span { border-color: rgb(146,124,15); }
td.TdClassName
{
border-color: #927C0F;
}
.TagClassName
{
border-color: #927C0F;
}
</style>