Shades of Hacienda #977A1D
Tints of Hacienda #977A1D
RGB
CMYK
RGB Variations
Color information
#977A1D (or 0x977A1D) is known color: Hacienda. HEX triplet: 97, 7A and 1D. RGB value is (151,122,29). Sum of RGB (Red+Green+Blue) = 151+122+29=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #977A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A1D is #6885E2. Grayscale: #787878. Windows color (decimal): -6850019 or 1931927. OLE color: 1931927.
HSL color Cylindrical-coordinate representation of color #977A1D: hue angle of 45.74º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #977A1D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 29 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.41 |
| HSL | 45.74º | 0.68% | 0.35% | - |
| HSV(B) | 45.74º | 0.81% | 0.59% | - |
| XYZ | 19.94 | 20.59 | 4.08 | - |
| YUV | 120.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 29 | 0 | 0.19 | 0.81 | 0.41 | 45.74 | 0.68 | 0.35 |
| Hex | 97 | 7A | 1D | 0 | 13 | 51 | 29 | 2E | 44 | 23 |
| Octal | 227 | 172 | 35 | 0 | 23 | 121 | 51 | 56 | 104 | 43 |
| Binary | 10010111 | 1111010 | 11101 | 0 | 10011 | 1010001 | 101001 | 101110 | 1000100 | 100011 |
Color Harmonies of #977A1D
Complementary color
Monochromatic Colors of #977A1D
Black with #977A1D
Text Example
Text Example
White with #977A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A1D; }
p { color: rgb(151,122,29); }
H1.HeaderClassName
{
color: #977A1D;
}
.AnyTagClassName
{
color: #977A1D;
}
</style>
background-color css
<style>
a { background-color: #977A1D; }
a { background-color: rgb(151,122,29); }
div.DivClassName
{
background-color: #977A1D;
}
.BgClassName
{
background-color: #977A1D;
}
</style>
border-color css
<style>
span { border-color: #977A1D; }
span { border-color: rgb(151,122,29); }
td.TdClassName
{
border-color: #977A1D;
}
.TagClassName
{
border-color: #977A1D;
}
</style>