Shades of Hacienda #98780D
Tints of Hacienda #98780D
RGB
CMYK
RGB Variations
Color information
#98780D (or 0x98780D) is known color: Hacienda. HEX triplet: 98, 78 and 0D. RGB value is (152,120,13). Sum of RGB (Red+Green+Blue) = 152+120+13=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #98780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98780D is #6787F2. Grayscale: #757575. Windows color (decimal): -6785011 or 882840. OLE color: 882840.
HSL color Cylindrical-coordinate representation of color #98780D: hue angle of 46.19º 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 #98780D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 13 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.40 |
| HSL | 46.19º | 0.84% | 0.32% | - |
| HSV(B) | 46.19º | 0.91% | 0.6% | - |
| XYZ | 19.74 | 20.14 | 3.23 | - |
| YUV | 117.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 13 | 0 | 0.21 | 0.91 | 0.40 | 46.19 | 0.84 | 0.32 |
| Hex | 98 | 78 | D | 0 | 15 | 5B | 28 | 2E | 54 | 20 |
| Octal | 230 | 170 | 15 | 0 | 25 | 133 | 50 | 56 | 124 | 40 |
| Binary | 10011000 | 1111000 | 1101 | 0 | 10101 | 1011011 | 101000 | 101110 | 1010100 | 100000 |
Color Harmonies of #98780D
Complementary color
Monochromatic Colors of #98780D
Black with #98780D
Text Example
Text Example
White with #98780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98780D; }
p { color: rgb(152,120,13); }
H1.HeaderClassName
{
color: #98780D;
}
.AnyTagClassName
{
color: #98780D;
}
</style>
background-color css
<style>
a { background-color: #98780D; }
a { background-color: rgb(152,120,13); }
div.DivClassName
{
background-color: #98780D;
}
.BgClassName
{
background-color: #98780D;
}
</style>
border-color css
<style>
span { border-color: #98780D; }
span { border-color: rgb(152,120,13); }
td.TdClassName
{
border-color: #98780D;
}
.TagClassName
{
border-color: #98780D;
}
</style>