Shades of Hacienda #98851B
Tints of Hacienda #98851B
RGB
CMYK
RGB Variations
Color information
#98851B (or 0x98851B) is known color: Hacienda. HEX triplet: 98, 85 and 1B. RGB value is (152,133,27). Sum of RGB (Red+Green+Blue) = 152+133+27=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98851B is #677AE4. Grayscale: #7F7F7F. Windows color (decimal): -6781669 or 1803672. OLE color: 1803672.
HSL color Cylindrical-coordinate representation of color #98851B: hue angle of 50.88º degrees, saturation: 0.7, 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 #98851B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 27 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.40 |
| HSL | 50.88º | 0.7% | 0.35% | - |
| HSV(B) | 50.88º | 0.82% | 0.6% | - |
| XYZ | 21.53 | 23.53 | 4.44 | - |
| YUV | 126.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 27 | 0 | 0.13 | 0.82 | 0.40 | 50.88 | 0.7 | 0.35 |
| Hex | 98 | 85 | 1B | 0 | D | 52 | 28 | 33 | 46 | 23 |
| Octal | 230 | 205 | 33 | 0 | 15 | 122 | 50 | 63 | 106 | 43 |
| Binary | 10011000 | 10000101 | 11011 | 0 | 1101 | 1010010 | 101000 | 110011 | 1000110 | 100011 |
Color Harmonies of #98851B
Complementary color
Monochromatic Colors of #98851B
Black with #98851B
Text Example
Text Example
White with #98851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98851B; }
p { color: rgb(152,133,27); }
H1.HeaderClassName
{
color: #98851B;
}
.AnyTagClassName
{
color: #98851B;
}
</style>
background-color css
<style>
a { background-color: #98851B; }
a { background-color: rgb(152,133,27); }
div.DivClassName
{
background-color: #98851B;
}
.BgClassName
{
background-color: #98851B;
}
</style>
border-color css
<style>
span { border-color: #98851B; }
span { border-color: rgb(152,133,27); }
td.TdClassName
{
border-color: #98851B;
}
.TagClassName
{
border-color: #98851B;
}
</style>