Shades of Hacienda #927A1D
Tints of Hacienda #927A1D
RGB
CMYK
RGB Variations
Color information
#927A1D (or 0x927A1D) is known color: Hacienda. HEX triplet: 92, 7A and 1D. RGB value is (146,122,29). Sum of RGB (Red+Green+Blue) = 146+122+29=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #927A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A1D is #6D85E2. Grayscale: #767676. Windows color (decimal): -7177699 or 1931922. OLE color: 1931922.
HSL color Cylindrical-coordinate representation of color #927A1D: hue angle of 47.69º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #927A1D is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 29 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.43 |
| HSL | 47.69º | 0.67% | 0.34% | - |
| HSV(B) | 47.69º | 0.8% | 0.57% | - |
| XYZ | 19.04 | 20.12 | 4.04 | - |
| YUV | 118.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 29 | 0 | 0.16 | 0.80 | 0.43 | 47.69 | 0.67 | 0.34 |
| Hex | 92 | 7A | 1D | 0 | 10 | 50 | 2B | 30 | 43 | 22 |
| Octal | 222 | 172 | 35 | 0 | 20 | 120 | 53 | 60 | 103 | 42 |
| Binary | 10010010 | 1111010 | 11101 | 0 | 10000 | 1010000 | 101011 | 110000 | 1000011 | 100010 |
Color Harmonies of #927A1D
Complementary color
Monochromatic Colors of #927A1D
Black with #927A1D
Text Example
Text Example
White with #927A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A1D; }
p { color: rgb(146,122,29); }
H1.HeaderClassName
{
color: #927A1D;
}
.AnyTagClassName
{
color: #927A1D;
}
</style>
background-color css
<style>
a { background-color: #927A1D; }
a { background-color: rgb(146,122,29); }
div.DivClassName
{
background-color: #927A1D;
}
.BgClassName
{
background-color: #927A1D;
}
</style>
border-color css
<style>
span { border-color: #927A1D; }
span { border-color: rgb(146,122,29); }
td.TdClassName
{
border-color: #927A1D;
}
.TagClassName
{
border-color: #927A1D;
}
</style>