Shades of Hacienda #927F0F
Tints of Hacienda #927F0F
RGB
CMYK
RGB Variations
Color information
#927F0F (or 0x927F0F) is known color: Hacienda. HEX triplet: 92, 7F and 0F. RGB value is (146,127,15). Sum of RGB (Red+Green+Blue) = 146+127+15=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #927F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F0F is #6D80F0. Grayscale: #787878. Windows color (decimal): -7176433 or 1015698. OLE color: 1015698.
HSL color Cylindrical-coordinate representation of color #927F0F: hue angle of 51.3º 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 #927F0F is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 15 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.43 |
| HSL | 51.3º | 0.81% | 0.32% | - |
| HSV(B) | 51.3º | 0.9% | 0.57% | - |
| XYZ | 19.53 | 21.32 | 3.54 | - |
| YUV | 119.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 15 | 0 | 0.13 | 0.90 | 0.43 | 51.3 | 0.81 | 0.32 |
| Hex | 92 | 7F | F | 0 | D | 5A | 2B | 33 | 51 | 20 |
| Octal | 222 | 177 | 17 | 0 | 15 | 132 | 53 | 63 | 121 | 40 |
| Binary | 10010010 | 1111111 | 1111 | 0 | 1101 | 1011010 | 101011 | 110011 | 1010001 | 100000 |
Color Harmonies of #927F0F
Complementary color
Monochromatic Colors of #927F0F
Black with #927F0F
Text Example
Text Example
White with #927F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F0F; }
p { color: rgb(146,127,15); }
H1.HeaderClassName
{
color: #927F0F;
}
.AnyTagClassName
{
color: #927F0F;
}
</style>
background-color css
<style>
a { background-color: #927F0F; }
a { background-color: rgb(146,127,15); }
div.DivClassName
{
background-color: #927F0F;
}
.BgClassName
{
background-color: #927F0F;
}
</style>
border-color css
<style>
span { border-color: #927F0F; }
span { border-color: rgb(146,127,15); }
td.TdClassName
{
border-color: #927F0F;
}
.TagClassName
{
border-color: #927F0F;
}
</style>