Shades of Hacienda #98770D
Tints of Hacienda #98770D
RGB
CMYK
RGB Variations
Color information
#98770D (or 0x98770D) is known color: Hacienda. HEX triplet: 98, 77 and 0D. RGB value is (152,119,13). Sum of RGB (Red+Green+Blue) = 152+119+13=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98770D is #6788F2. Grayscale: #757575. Windows color (decimal): -6785267 or 882584. OLE color: 882584.
HSL color Cylindrical-coordinate representation of color #98770D: hue angle of 45.76º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98770D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 13 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.40 |
| HSL | 45.76º | 0.84% | 0.32% | - |
| HSV(B) | 45.76º | 0.91% | 0.6% | - |
| XYZ | 19.62 | 19.9 | 3.19 | - |
| YUV | 116.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 13 | 0 | 0.22 | 0.91 | 0.40 | 45.76 | 0.84 | 0.32 |
| Hex | 98 | 77 | D | 0 | 16 | 5B | 28 | 2E | 54 | 20 |
| Octal | 230 | 167 | 15 | 0 | 26 | 133 | 50 | 56 | 124 | 40 |
| Binary | 10011000 | 1110111 | 1101 | 0 | 10110 | 1011011 | 101000 | 101110 | 1010100 | 100000 |
Color Harmonies of #98770D
Complementary color
Monochromatic Colors of #98770D
Black with #98770D
Text Example
Text Example
White with #98770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98770D; }
p { color: rgb(152,119,13); }
H1.HeaderClassName
{
color: #98770D;
}
.AnyTagClassName
{
color: #98770D;
}
</style>
background-color css
<style>
a { background-color: #98770D; }
a { background-color: rgb(152,119,13); }
div.DivClassName
{
background-color: #98770D;
}
.BgClassName
{
background-color: #98770D;
}
</style>
border-color css
<style>
span { border-color: #98770D; }
span { border-color: rgb(152,119,13); }
td.TdClassName
{
border-color: #98770D;
}
.TagClassName
{
border-color: #98770D;
}
</style>