Shades of Hacienda #927D0F
Tints of Hacienda #927D0F
RGB
CMYK
RGB Variations
Color information
#927D0F (or 0x927D0F) is known color: Hacienda. HEX triplet: 92, 7D and 0F. RGB value is (146,125,15). Sum of RGB (Red+Green+Blue) = 146+125+15=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #927D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927D0F is #6D82F0. Grayscale: #777777. Windows color (decimal): -7176945 or 1015186. OLE color: 1015186.
HSL color Cylindrical-coordinate representation of color #927D0F: hue angle of 50.38º 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 #927D0F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 15 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.43 |
| HSL | 50.38º | 0.81% | 0.32% | - |
| HSV(B) | 50.38º | 0.9% | 0.57% | - |
| XYZ | 19.27 | 20.81 | 3.45 | - |
| YUV | 118.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 15 | 0 | 0.14 | 0.90 | 0.43 | 50.38 | 0.81 | 0.32 |
| Hex | 92 | 7D | F | 0 | E | 5A | 2B | 32 | 51 | 20 |
| Octal | 222 | 175 | 17 | 0 | 16 | 132 | 53 | 62 | 121 | 40 |
| Binary | 10010010 | 1111101 | 1111 | 0 | 1110 | 1011010 | 101011 | 110010 | 1010001 | 100000 |
Color Harmonies of #927D0F
Complementary color
Monochromatic Colors of #927D0F
Black with #927D0F
Text Example
Text Example
White with #927D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D0F; }
p { color: rgb(146,125,15); }
H1.HeaderClassName
{
color: #927D0F;
}
.AnyTagClassName
{
color: #927D0F;
}
</style>
background-color css
<style>
a { background-color: #927D0F; }
a { background-color: rgb(146,125,15); }
div.DivClassName
{
background-color: #927D0F;
}
.BgClassName
{
background-color: #927D0F;
}
</style>
border-color css
<style>
span { border-color: #927D0F; }
span { border-color: rgb(146,125,15); }
td.TdClassName
{
border-color: #927D0F;
}
.TagClassName
{
border-color: #927D0F;
}
</style>