Shades of Hacienda #977D23
Tints of Hacienda #977D23
RGB
CMYK
RGB Variations
Color information
#977D23 (or 0x977D23) is known color: Hacienda. HEX triplet: 97, 7D and 23. RGB value is (151,125,35). Sum of RGB (Red+Green+Blue) = 151+125+35=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #977D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D23 is #6882DC. Grayscale: #7A7A7A. Windows color (decimal): -6849245 or 2325911. OLE color: 2325911.
HSL color Cylindrical-coordinate representation of color #977D23: hue angle of 46.55º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #977D23 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 35 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.41 |
| HSL | 46.55º | 0.62% | 0.36% | - |
| HSV(B) | 46.55º | 0.77% | 0.59% | - |
| XYZ | 20.4 | 21.37 | 4.64 | - |
| YUV | 122.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 35 | 0 | 0.17 | 0.77 | 0.41 | 46.55 | 0.62 | 0.36 |
| Hex | 97 | 7D | 23 | 0 | 11 | 4D | 29 | 2F | 3E | 24 |
| Octal | 227 | 175 | 43 | 0 | 21 | 115 | 51 | 57 | 76 | 44 |
| Binary | 10010111 | 1111101 | 100011 | 0 | 10001 | 1001101 | 101001 | 101111 | 111110 | 100100 |
Color Harmonies of #977D23
Complementary color
Monochromatic Colors of #977D23
Black with #977D23
Text Example
Text Example
White with #977D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D23; }
p { color: rgb(151,125,35); }
H1.HeaderClassName
{
color: #977D23;
}
.AnyTagClassName
{
color: #977D23;
}
</style>
background-color css
<style>
a { background-color: #977D23; }
a { background-color: rgb(151,125,35); }
div.DivClassName
{
background-color: #977D23;
}
.BgClassName
{
background-color: #977D23;
}
</style>
border-color css
<style>
span { border-color: #977D23; }
span { border-color: rgb(151,125,35); }
td.TdClassName
{
border-color: #977D23;
}
.TagClassName
{
border-color: #977D23;
}
</style>