Shades of Hacienda #978B0D
Tints of Hacienda #978B0D
RGB
CMYK
RGB Variations
Color information
#978B0D (or 0x978B0D) is known color: Hacienda. HEX triplet: 97, 8B and 0D. RGB value is (151,139,13). Sum of RGB (Red+Green+Blue) = 151+139+13=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #978B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978B0D is #6874F2. Grayscale: #808080. Windows color (decimal): -6845683 or 887703. OLE color: 887703.
HSL color Cylindrical-coordinate representation of color #978B0D: hue angle of 54.78º 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 #978B0D is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 13 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.41 |
| HSL | 54.78º | 0.84% | 0.32% | - |
| HSV(B) | 54.78º | 0.91% | 0.59% | - |
| XYZ | 22.07 | 25.07 | 4.06 | - |
| YUV | 128.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 13 | 0 | 0.08 | 0.91 | 0.41 | 54.78 | 0.84 | 0.32 |
| Hex | 97 | 8B | D | 0 | 8 | 5B | 29 | 37 | 54 | 20 |
| Octal | 227 | 213 | 15 | 0 | 10 | 133 | 51 | 67 | 124 | 40 |
| Binary | 10010111 | 10001011 | 1101 | 0 | 1000 | 1011011 | 101001 | 110111 | 1010100 | 100000 |
Color Harmonies of #978B0D
Complementary color
Monochromatic Colors of #978B0D
Black with #978B0D
Text Example
Text Example
White with #978B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B0D; }
p { color: rgb(151,139,13); }
H1.HeaderClassName
{
color: #978B0D;
}
.AnyTagClassName
{
color: #978B0D;
}
</style>
background-color css
<style>
a { background-color: #978B0D; }
a { background-color: rgb(151,139,13); }
div.DivClassName
{
background-color: #978B0D;
}
.BgClassName
{
background-color: #978B0D;
}
</style>
border-color css
<style>
span { border-color: #978B0D; }
span { border-color: rgb(151,139,13); }
td.TdClassName
{
border-color: #978B0D;
}
.TagClassName
{
border-color: #978B0D;
}
</style>