Shades of Hacienda #927A0D
Tints of Hacienda #927A0D
RGB
CMYK
RGB Variations
Color information
#927A0D (or 0x927A0D) is known color: Hacienda. HEX triplet: 92, 7A and 0D. RGB value is (146,122,13). Sum of RGB (Red+Green+Blue) = 146+122+13=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #927A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927A0D is #6D85F2. Grayscale: #757575. Windows color (decimal): -7177715 or 883346. OLE color: 883346.
HSL color Cylindrical-coordinate representation of color #927A0D: hue angle of 49.17º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #927A0D is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 13 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.43 |
| HSL | 49.17º | 0.84% | 0.31% | - |
| HSV(B) | 49.17º | 0.91% | 0.57% | - |
| XYZ | 18.89 | 20.06 | 3.26 | - |
| YUV | 116.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 13 | 0 | 0.16 | 0.91 | 0.43 | 49.17 | 0.84 | 0.31 |
| Hex | 92 | 7A | D | 0 | 10 | 5B | 2B | 31 | 54 | 1F |
| Octal | 222 | 172 | 15 | 0 | 20 | 133 | 53 | 61 | 124 | 37 |
| Binary | 10010010 | 1111010 | 1101 | 0 | 10000 | 1011011 | 101011 | 110001 | 1010100 | 11111 |
Color Harmonies of #927A0D
Complementary color
Monochromatic Colors of #927A0D
Black with #927A0D
Text Example
Text Example
White with #927A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A0D; }
p { color: rgb(146,122,13); }
H1.HeaderClassName
{
color: #927A0D;
}
.AnyTagClassName
{
color: #927A0D;
}
</style>
background-color css
<style>
a { background-color: #927A0D; }
a { background-color: rgb(146,122,13); }
div.DivClassName
{
background-color: #927A0D;
}
.BgClassName
{
background-color: #927A0D;
}
</style>
border-color css
<style>
span { border-color: #927A0D; }
span { border-color: rgb(146,122,13); }
td.TdClassName
{
border-color: #927A0D;
}
.TagClassName
{
border-color: #927A0D;
}
</style>