Shades of Hacienda #97781B
Tints of Hacienda #97781B
RGB
CMYK
RGB Variations
Color information
#97781B (or 0x97781B) is known color: Hacienda. HEX triplet: 97, 78 and 1B. RGB value is (151,120,27). Sum of RGB (Red+Green+Blue) = 151+120+27=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97781B is #6887E4. Grayscale: #777777. Windows color (decimal): -6850533 or 1800343. OLE color: 1800343.
HSL color Cylindrical-coordinate representation of color #97781B: hue angle of 45º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97781B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 120 | 27 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.41 |
| HSL | 45º | 0.7% | 0.35% | - |
| HSV(B) | 45º | 0.82% | 0.59% | - |
| XYZ | 19.68 | 20.09 | 3.88 | - |
| YUV | 118.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 27 | 0 | 0.21 | 0.82 | 0.41 | 45 | 0.7 | 0.35 |
| Hex | 97 | 78 | 1B | 0 | 15 | 52 | 29 | 2D | 46 | 23 |
| Octal | 227 | 170 | 33 | 0 | 25 | 122 | 51 | 55 | 106 | 43 |
| Binary | 10010111 | 1111000 | 11011 | 0 | 10101 | 1010010 | 101001 | 101101 | 1000110 | 100011 |
Color Harmonies of #97781B
Complementary color
Monochromatic Colors of #97781B
Black with #97781B
Text Example
Text Example
White with #97781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97781B; }
p { color: rgb(151,120,27); }
H1.HeaderClassName
{
color: #97781B;
}
.AnyTagClassName
{
color: #97781B;
}
</style>
background-color css
<style>
a { background-color: #97781B; }
a { background-color: rgb(151,120,27); }
div.DivClassName
{
background-color: #97781B;
}
.BgClassName
{
background-color: #97781B;
}
</style>
border-color css
<style>
span { border-color: #97781B; }
span { border-color: rgb(151,120,27); }
td.TdClassName
{
border-color: #97781B;
}
.TagClassName
{
border-color: #97781B;
}
</style>