Shades of Tia Maria #944033
Tints of Tia Maria #944033
RGB
CMYK
RGB Variations
Color information
#944033 (or 0x944033) is known color: Tia Maria. HEX triplet: 94, 40 and 33. RGB value is (148,64,51). Sum of RGB (Red+Green+Blue) = 148+64+51=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #944033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944033 is #6BBFCC. Grayscale: #575757. Windows color (decimal): -7061453 or 3358868. OLE color: 3358868.
HSL color Cylindrical-coordinate representation of color #944033: hue angle of 8.04º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #944033 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 51 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.42 |
| HSL | 8.04º | 0.49% | 0.39% | - |
| HSV(B) | 8.04º | 0.66% | 0.58% | - |
| XYZ | 14.64 | 10.2 | 4.33 | - |
| YUV | 87.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 51 | 0 | 0.57 | 0.66 | 0.42 | 8.04 | 0.49 | 0.39 |
| Hex | 94 | 40 | 33 | 0 | 39 | 42 | 2A | 8 | 31 | 27 |
| Octal | 224 | 100 | 63 | 0 | 71 | 102 | 52 | 10 | 61 | 47 |
| Binary | 10010100 | 1000000 | 110011 | 0 | 111001 | 1000010 | 101010 | 1000 | 110001 | 100111 |
Color Harmonies of #944033
Complementary color
Monochromatic Colors of #944033
Black with #944033
Text Example
Text Example
White with #944033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944033; }
p { color: rgb(148,64,51); }
H1.HeaderClassName
{
color: #944033;
}
.AnyTagClassName
{
color: #944033;
}
</style>
background-color css
<style>
a { background-color: #944033; }
a { background-color: rgb(148,64,51); }
div.DivClassName
{
background-color: #944033;
}
.BgClassName
{
background-color: #944033;
}
</style>
border-color css
<style>
span { border-color: #944033; }
span { border-color: rgb(148,64,51); }
td.TdClassName
{
border-color: #944033;
}
.TagClassName
{
border-color: #944033;
}
</style>