Shades of Hacienda #927A1B
Tints of Hacienda #927A1B
RGB
CMYK
RGB Variations
Color information
#927A1B (or 0x927A1B) is known color: Hacienda. HEX triplet: 92, 7A and 1B. RGB value is (146,122,27). Sum of RGB (Red+Green+Blue) = 146+122+27=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #927A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A1B is #6D85E4. Grayscale: #767676. Windows color (decimal): -7177701 or 1800850. OLE color: 1800850.
HSL color Cylindrical-coordinate representation of color #927A1B: hue angle of 47.9º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #927A1B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 27 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.43 |
| HSL | 47.9º | 0.69% | 0.34% | - |
| HSV(B) | 47.9º | 0.82% | 0.57% | - |
| XYZ | 19.01 | 20.11 | 3.92 | - |
| YUV | 118.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 27 | 0 | 0.16 | 0.82 | 0.43 | 47.9 | 0.69 | 0.34 |
| Hex | 92 | 7A | 1B | 0 | 10 | 52 | 2B | 30 | 45 | 22 |
| Octal | 222 | 172 | 33 | 0 | 20 | 122 | 53 | 60 | 105 | 42 |
| Binary | 10010010 | 1111010 | 11011 | 0 | 10000 | 1010010 | 101011 | 110000 | 1000101 | 100010 |
Color Harmonies of #927A1B
Complementary color
Monochromatic Colors of #927A1B
Black with #927A1B
Text Example
Text Example
White with #927A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A1B; }
p { color: rgb(146,122,27); }
H1.HeaderClassName
{
color: #927A1B;
}
.AnyTagClassName
{
color: #927A1B;
}
</style>
background-color css
<style>
a { background-color: #927A1B; }
a { background-color: rgb(146,122,27); }
div.DivClassName
{
background-color: #927A1B;
}
.BgClassName
{
background-color: #927A1B;
}
</style>
border-color css
<style>
span { border-color: #927A1B; }
span { border-color: rgb(146,122,27); }
td.TdClassName
{
border-color: #927A1B;
}
.TagClassName
{
border-color: #927A1B;
}
</style>