Shades of Hacienda #998123
Tints of Hacienda #998123
RGB
CMYK
RGB Variations
Color information
#998123 (or 0x998123) is known color: Hacienda. HEX triplet: 99, 81 and 23. RGB value is (153,129,35). Sum of RGB (Red+Green+Blue) = 153+129+35=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #998123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998123 is #667EDC. Grayscale: #7D7D7D. Windows color (decimal): -6717149 or 2326937. OLE color: 2326937.
HSL color Cylindrical-coordinate representation of color #998123: hue angle of 47.8º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #998123 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 35 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.4 |
| HSL | 47.8º | 0.63% | 0.37% | - |
| HSV(B) | 47.8º | 0.77% | 0.6% | - |
| XYZ | 21.29 | 22.59 | 4.83 | - |
| YUV | 125.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 35 | 0 | 0.16 | 0.77 | 0.4 | 47.8 | 0.63 | 0.37 |
| Hex | 99 | 81 | 23 | 0 | 10 | 4D | 28 | 30 | 3F | 25 |
| Octal | 231 | 201 | 43 | 0 | 20 | 115 | 50 | 60 | 77 | 45 |
| Binary | 10011001 | 10000001 | 100011 | 0 | 10000 | 1001101 | 101000 | 110000 | 111111 | 100101 |
Color Harmonies of #998123
Complementary color
Monochromatic Colors of #998123
Black with #998123
Text Example
Text Example
White with #998123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998123; }
p { color: rgb(153,129,35); }
H1.HeaderClassName
{
color: #998123;
}
.AnyTagClassName
{
color: #998123;
}
</style>
background-color css
<style>
a { background-color: #998123; }
a { background-color: rgb(153,129,35); }
div.DivClassName
{
background-color: #998123;
}
.BgClassName
{
background-color: #998123;
}
</style>
border-color css
<style>
span { border-color: #998123; }
span { border-color: rgb(153,129,35); }
td.TdClassName
{
border-color: #998123;
}
.TagClassName
{
border-color: #998123;
}
</style>