Shades of Hacienda #927B1C
Tints of Hacienda #927B1C
RGB
CMYK
RGB Variations
Color information
#927B1C (or 0x927B1C) is known color: Hacienda. HEX triplet: 92, 7B and 1C. RGB value is (146,123,28). Sum of RGB (Red+Green+Blue) = 146+123+28=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #927B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B1C is #6D84E3. Grayscale: #777777. Windows color (decimal): -7177444 or 1866642. OLE color: 1866642.
HSL color Cylindrical-coordinate representation of color #927B1C: hue angle of 48.31º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #927B1C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 28 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.43 |
| HSL | 48.31º | 0.68% | 0.34% | - |
| HSV(B) | 48.31º | 0.81% | 0.57% | - |
| XYZ | 19.15 | 20.36 | 4.02 | - |
| YUV | 119.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 28 | 0 | 0.16 | 0.81 | 0.43 | 48.31 | 0.68 | 0.34 |
| Hex | 92 | 7B | 1C | 0 | 10 | 51 | 2B | 30 | 44 | 22 |
| Octal | 222 | 173 | 34 | 0 | 20 | 121 | 53 | 60 | 104 | 42 |
| Binary | 10010010 | 1111011 | 11100 | 0 | 10000 | 1010001 | 101011 | 110000 | 1000100 | 100010 |
Color Harmonies of #927B1C
Complementary color
Monochromatic Colors of #927B1C
Black with #927B1C
Text Example
Text Example
White with #927B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B1C; }
p { color: rgb(146,123,28); }
H1.HeaderClassName
{
color: #927B1C;
}
.AnyTagClassName
{
color: #927B1C;
}
</style>
background-color css
<style>
a { background-color: #927B1C; }
a { background-color: rgb(146,123,28); }
div.DivClassName
{
background-color: #927B1C;
}
.BgClassName
{
background-color: #927B1C;
}
</style>
border-color css
<style>
span { border-color: #927B1C; }
span { border-color: rgb(146,123,28); }
td.TdClassName
{
border-color: #927B1C;
}
.TagClassName
{
border-color: #927B1C;
}
</style>