Shades of Hacienda #97800D
Tints of Hacienda #97800D
RGB
CMYK
RGB Variations
Color information
#97800D (or 0x97800D) is known color: Hacienda. HEX triplet: 97, 80 and 0D. RGB value is (151,128,13). Sum of RGB (Red+Green+Blue) = 151+128+13=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97800D is #687FF2. Grayscale: #7A7A7A. Windows color (decimal): -6848499 or 884887. OLE color: 884887.
HSL color Cylindrical-coordinate representation of color #97800D: hue angle of 50º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97800D is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 13 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.41 |
| HSL | 50º | 0.84% | 0.32% | - |
| HSV(B) | 50º | 0.91% | 0.59% | - |
| XYZ | 20.55 | 22.05 | 3.55 | - |
| YUV | 121.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 13 | 0 | 0.15 | 0.91 | 0.41 | 50 | 0.84 | 0.32 |
| Hex | 97 | 80 | D | 0 | F | 5B | 29 | 32 | 54 | 20 |
| Octal | 227 | 200 | 15 | 0 | 17 | 133 | 51 | 62 | 124 | 40 |
| Binary | 10010111 | 10000000 | 1101 | 0 | 1111 | 1011011 | 101001 | 110010 | 1010100 | 100000 |
Color Harmonies of #97800D
Complementary color
Monochromatic Colors of #97800D
Black with #97800D
Text Example
Text Example
White with #97800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97800D; }
p { color: rgb(151,128,13); }
H1.HeaderClassName
{
color: #97800D;
}
.AnyTagClassName
{
color: #97800D;
}
</style>
background-color css
<style>
a { background-color: #97800D; }
a { background-color: rgb(151,128,13); }
div.DivClassName
{
background-color: #97800D;
}
.BgClassName
{
background-color: #97800D;
}
</style>
border-color css
<style>
span { border-color: #97800D; }
span { border-color: rgb(151,128,13); }
td.TdClassName
{
border-color: #97800D;
}
.TagClassName
{
border-color: #97800D;
}
</style>