Shades of Hacienda #98791C
Tints of Hacienda #98791C
RGB
CMYK
RGB Variations
Color information
#98791C (or 0x98791C) is known color: Hacienda. HEX triplet: 98, 79 and 1C. RGB value is (152,121,28). Sum of RGB (Red+Green+Blue) = 152+121+28=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98791C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98791C is #6786E3. Grayscale: #787878. Windows color (decimal): -6784740 or 1866136. OLE color: 1866136.
HSL color Cylindrical-coordinate representation of color #98791C: hue angle of 45º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98791C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 28 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.40 |
| HSL | 45º | 0.69% | 0.35% | - |
| HSV(B) | 45º | 0.82% | 0.6% | - |
| XYZ | 20 | 20.43 | 3.99 | - |
| YUV | 119.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 28 | 0 | 0.20 | 0.82 | 0.40 | 45 | 0.69 | 0.35 |
| Hex | 98 | 79 | 1C | 0 | 14 | 52 | 28 | 2D | 45 | 23 |
| Octal | 230 | 171 | 34 | 0 | 24 | 122 | 50 | 55 | 105 | 43 |
| Binary | 10011000 | 1111001 | 11100 | 0 | 10100 | 1010010 | 101000 | 101101 | 1000101 | 100011 |
Color Harmonies of #98791C
Complementary color
Monochromatic Colors of #98791C
Black with #98791C
Text Example
Text Example
White with #98791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98791C; }
p { color: rgb(152,121,28); }
H1.HeaderClassName
{
color: #98791C;
}
.AnyTagClassName
{
color: #98791C;
}
</style>
background-color css
<style>
a { background-color: #98791C; }
a { background-color: rgb(152,121,28); }
div.DivClassName
{
background-color: #98791C;
}
.BgClassName
{
background-color: #98791C;
}
</style>
border-color css
<style>
span { border-color: #98791C; }
span { border-color: rgb(152,121,28); }
td.TdClassName
{
border-color: #98791C;
}
.TagClassName
{
border-color: #98791C;
}
</style>