Shades of Hacienda #97731A
Tints of Hacienda #97731A
RGB
CMYK
RGB Variations
Color information
#97731A (or 0x97731A) is known color: Hacienda. HEX triplet: 97, 73 and 1A. RGB value is (151,115,26). Sum of RGB (Red+Green+Blue) = 151+115+26=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97731A is #688CE5. Grayscale: #747474. Windows color (decimal): -6851814 or 1733527. OLE color: 1733527.
HSL color Cylindrical-coordinate representation of color #97731A: hue angle of 42.72º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97731A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 115 | 26 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.41 |
| HSL | 42.72º | 0.71% | 0.35% | - |
| HSV(B) | 42.72º | 0.83% | 0.59% | - |
| XYZ | 19.08 | 18.92 | 3.62 | - |
| YUV | 115.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 26 | 0 | 0.24 | 0.83 | 0.41 | 42.72 | 0.71 | 0.35 |
| Hex | 97 | 73 | 1A | 0 | 18 | 53 | 29 | 2B | 47 | 23 |
| Octal | 227 | 163 | 32 | 0 | 30 | 123 | 51 | 53 | 107 | 43 |
| Binary | 10010111 | 1110011 | 11010 | 0 | 11000 | 1010011 | 101001 | 101011 | 1000111 | 100011 |
Color Harmonies of #97731A
Complementary color
Monochromatic Colors of #97731A
Black with #97731A
Text Example
Text Example
White with #97731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97731A; }
p { color: rgb(151,115,26); }
H1.HeaderClassName
{
color: #97731A;
}
.AnyTagClassName
{
color: #97731A;
}
</style>
background-color css
<style>
a { background-color: #97731A; }
a { background-color: rgb(151,115,26); }
div.DivClassName
{
background-color: #97731A;
}
.BgClassName
{
background-color: #97731A;
}
</style>
border-color css
<style>
span { border-color: #97731A; }
span { border-color: rgb(151,115,26); }
td.TdClassName
{
border-color: #97731A;
}
.TagClassName
{
border-color: #97731A;
}
</style>