Shades of Hacienda #927B13
Tints of Hacienda #927B13
RGB
CMYK
RGB Variations
Color information
#927B13 (or 0x927B13) is known color: Hacienda. HEX triplet: 92, 7B and 13. RGB value is (146,123,19). Sum of RGB (Red+Green+Blue) = 146+123+19=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #927B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B13 is #6D84EC. Grayscale: #767676. Windows color (decimal): -7177453 or 1276818. OLE color: 1276818.
HSL color Cylindrical-coordinate representation of color #927B13: hue angle of 49.13º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #927B13 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 19 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.43 |
| HSL | 49.13º | 0.77% | 0.32% | - |
| HSV(B) | 49.13º | 0.87% | 0.57% | - |
| XYZ | 19.05 | 20.32 | 3.53 | - |
| YUV | 118.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 19 | 0 | 0.16 | 0.87 | 0.43 | 49.13 | 0.77 | 0.32 |
| Hex | 92 | 7B | 13 | 0 | 10 | 57 | 2B | 31 | 4D | 20 |
| Octal | 222 | 173 | 23 | 0 | 20 | 127 | 53 | 61 | 115 | 40 |
| Binary | 10010010 | 1111011 | 10011 | 0 | 10000 | 1010111 | 101011 | 110001 | 1001101 | 100000 |
Color Harmonies of #927B13
Complementary color
Monochromatic Colors of #927B13
Black with #927B13
Text Example
Text Example
White with #927B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B13; }
p { color: rgb(146,123,19); }
H1.HeaderClassName
{
color: #927B13;
}
.AnyTagClassName
{
color: #927B13;
}
</style>
background-color css
<style>
a { background-color: #927B13; }
a { background-color: rgb(146,123,19); }
div.DivClassName
{
background-color: #927B13;
}
.BgClassName
{
background-color: #927B13;
}
</style>
border-color css
<style>
span { border-color: #927B13; }
span { border-color: rgb(146,123,19); }
td.TdClassName
{
border-color: #927B13;
}
.TagClassName
{
border-color: #927B13;
}
</style>