Shades of Hacienda #927B0F
Tints of Hacienda #927B0F
RGB
CMYK
RGB Variations
Color information
#927B0F (or 0x927B0F) is known color: Hacienda. HEX triplet: 92, 7B and 0F. RGB value is (146,123,15). Sum of RGB (Red+Green+Blue) = 146+123+15=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #927B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B0F is #6D84F0. Grayscale: #767676. Windows color (decimal): -7177457 or 1014674. OLE color: 1014674.
HSL color Cylindrical-coordinate representation of color #927B0F: hue angle of 49.47º 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 #927B0F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 15 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.43 |
| HSL | 49.47º | 0.81% | 0.32% | - |
| HSV(B) | 49.47º | 0.9% | 0.57% | - |
| XYZ | 19.02 | 20.31 | 3.37 | - |
| YUV | 117.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 15 | 0 | 0.16 | 0.90 | 0.43 | 49.47 | 0.81 | 0.32 |
| Hex | 92 | 7B | F | 0 | 10 | 5A | 2B | 31 | 51 | 20 |
| Octal | 222 | 173 | 17 | 0 | 20 | 132 | 53 | 61 | 121 | 40 |
| Binary | 10010010 | 1111011 | 1111 | 0 | 10000 | 1011010 | 101011 | 110001 | 1010001 | 100000 |
Color Harmonies of #927B0F
Complementary color
Monochromatic Colors of #927B0F
Black with #927B0F
Text Example
Text Example
White with #927B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B0F; }
p { color: rgb(146,123,15); }
H1.HeaderClassName
{
color: #927B0F;
}
.AnyTagClassName
{
color: #927B0F;
}
</style>
background-color css
<style>
a { background-color: #927B0F; }
a { background-color: rgb(146,123,15); }
div.DivClassName
{
background-color: #927B0F;
}
.BgClassName
{
background-color: #927B0F;
}
</style>
border-color css
<style>
span { border-color: #927B0F; }
span { border-color: rgb(146,123,15); }
td.TdClassName
{
border-color: #927B0F;
}
.TagClassName
{
border-color: #927B0F;
}
</style>