Shades of Tia Maria #984427
Tints of Tia Maria #984427
RGB
CMYK
RGB Variations
Color information
#984427 (or 0x984427) is known color: Tia Maria. HEX triplet: 98, 44 and 27. RGB value is (152,68,39). Sum of RGB (Red+Green+Blue) = 152+68+39=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #984427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984427 is #67BBD8. Grayscale: #5A5A5A. Windows color (decimal): -6798297 or 2573464. OLE color: 2573464.
HSL color Cylindrical-coordinate representation of color #984427: hue angle of 15.4º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #984427 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 39 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.40 |
| HSL | 15.4º | 0.59% | 0.37% | - |
| HSV(B) | 15.4º | 0.74% | 0.6% | - |
| XYZ | 15.38 | 10.96 | 3.22 | - |
| YUV | 89.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 39 | 0 | 0.55 | 0.74 | 0.40 | 15.4 | 0.59 | 0.37 |
| Hex | 98 | 44 | 27 | 0 | 37 | 4A | 28 | F | 3B | 25 |
| Octal | 230 | 104 | 47 | 0 | 67 | 112 | 50 | 17 | 73 | 45 |
| Binary | 10011000 | 1000100 | 100111 | 0 | 110111 | 1001010 | 101000 | 1111 | 111011 | 100101 |
Color Harmonies of #984427
Complementary color
Monochromatic Colors of #984427
Black with #984427
Text Example
Text Example
White with #984427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984427; }
p { color: rgb(152,68,39); }
H1.HeaderClassName
{
color: #984427;
}
.AnyTagClassName
{
color: #984427;
}
</style>
background-color css
<style>
a { background-color: #984427; }
a { background-color: rgb(152,68,39); }
div.DivClassName
{
background-color: #984427;
}
.BgClassName
{
background-color: #984427;
}
</style>
border-color css
<style>
span { border-color: #984427; }
span { border-color: rgb(152,68,39); }
td.TdClassName
{
border-color: #984427;
}
.TagClassName
{
border-color: #984427;
}
</style>