Shades of Hacienda #927B0C
Tints of Hacienda #927B0C
RGB
CMYK
RGB Variations
Color information
#927B0C (or 0x927B0C) is known color: Hacienda. HEX triplet: 92, 7B and 0C. RGB value is (146,123,12). Sum of RGB (Red+Green+Blue) = 146+123+12=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #927B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B0C is #6D84F3. Grayscale: #757575. Windows color (decimal): -7177460 or 818066. OLE color: 818066.
HSL color Cylindrical-coordinate representation of color #927B0C: hue angle of 49.7º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #927B0C is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 12 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.43 |
| HSL | 49.7º | 0.85% | 0.31% | - |
| HSV(B) | 49.7º | 0.92% | 0.57% | - |
| XYZ | 19 | 20.3 | 3.27 | - |
| YUV | 117.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 12 | 0 | 0.16 | 0.92 | 0.43 | 49.7 | 0.85 | 0.31 |
| Hex | 92 | 7B | C | 0 | 10 | 5C | 2B | 32 | 55 | 1F |
| Octal | 222 | 173 | 14 | 0 | 20 | 134 | 53 | 62 | 125 | 37 |
| Binary | 10010010 | 1111011 | 1100 | 0 | 10000 | 1011100 | 101011 | 110010 | 1010101 | 11111 |
Color Harmonies of #927B0C
Complementary color
Monochromatic Colors of #927B0C
Black with #927B0C
Text Example
Text Example
White with #927B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B0C; }
p { color: rgb(146,123,12); }
H1.HeaderClassName
{
color: #927B0C;
}
.AnyTagClassName
{
color: #927B0C;
}
</style>
background-color css
<style>
a { background-color: #927B0C; }
a { background-color: rgb(146,123,12); }
div.DivClassName
{
background-color: #927B0C;
}
.BgClassName
{
background-color: #927B0C;
}
</style>
border-color css
<style>
span { border-color: #927B0C; }
span { border-color: rgb(146,123,12); }
td.TdClassName
{
border-color: #927B0C;
}
.TagClassName
{
border-color: #927B0C;
}
</style>