Shades of Hacienda #98801F
Tints of Hacienda #98801F
RGB
CMYK
RGB Variations
Color information
#98801F (or 0x98801F) is known color: Hacienda. HEX triplet: 98, 80 and 1F. RGB value is (152,128,31). Sum of RGB (Red+Green+Blue) = 152+128+31=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98801F is #677FE0. Grayscale: #7C7C7C. Windows color (decimal): -6782945 or 2064536. OLE color: 2064536.
HSL color Cylindrical-coordinate representation of color #98801F: hue angle of 48.1º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98801F is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 31 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.40 |
| HSL | 48.1º | 0.66% | 0.36% | - |
| HSV(B) | 48.1º | 0.8% | 0.6% | - |
| XYZ | 20.92 | 22.21 | 4.48 | - |
| YUV | 124.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 31 | 0 | 0.16 | 0.80 | 0.40 | 48.1 | 0.66 | 0.36 |
| Hex | 98 | 80 | 1F | 0 | 10 | 50 | 28 | 30 | 42 | 24 |
| Octal | 230 | 200 | 37 | 0 | 20 | 120 | 50 | 60 | 102 | 44 |
| Binary | 10011000 | 10000000 | 11111 | 0 | 10000 | 1010000 | 101000 | 110000 | 1000010 | 100100 |
Color Harmonies of #98801F
Complementary color
Monochromatic Colors of #98801F
Black with #98801F
Text Example
Text Example
White with #98801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98801F; }
p { color: rgb(152,128,31); }
H1.HeaderClassName
{
color: #98801F;
}
.AnyTagClassName
{
color: #98801F;
}
</style>
background-color css
<style>
a { background-color: #98801F; }
a { background-color: rgb(152,128,31); }
div.DivClassName
{
background-color: #98801F;
}
.BgClassName
{
background-color: #98801F;
}
</style>
border-color css
<style>
span { border-color: #98801F; }
span { border-color: rgb(152,128,31); }
td.TdClassName
{
border-color: #98801F;
}
.TagClassName
{
border-color: #98801F;
}
</style>