Shades of Tia Maria #944A33
Tints of Tia Maria #944A33
RGB
CMYK
RGB Variations
Color information
#944A33 (or 0x944A33) is known color: Tia Maria. HEX triplet: 94, 4A and 33. RGB value is (148,74,51). Sum of RGB (Red+Green+Blue) = 148+74+51=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #944A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A33 is #6BB5CC. Grayscale: #5D5D5D. Windows color (decimal): -7058893 or 3361428. OLE color: 3361428.
HSL color Cylindrical-coordinate representation of color #944A33: hue angle of 14.23º 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 #944A33 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 51 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.42 |
| HSL | 14.23º | 0.49% | 0.39% | - |
| HSV(B) | 14.23º | 0.66% | 0.58% | - |
| XYZ | 15.26 | 11.43 | 4.53 | - |
| YUV | 93.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 51 | 0 | 0.50 | 0.66 | 0.42 | 14.23 | 0.49 | 0.39 |
| Hex | 94 | 4A | 33 | 0 | 32 | 42 | 2A | E | 31 | 27 |
| Octal | 224 | 112 | 63 | 0 | 62 | 102 | 52 | 16 | 61 | 47 |
| Binary | 10010100 | 1001010 | 110011 | 0 | 110010 | 1000010 | 101010 | 1110 | 110001 | 100111 |
Color Harmonies of #944A33
Complementary color
Monochromatic Colors of #944A33
Black with #944A33
Text Example
Text Example
White with #944A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A33; }
p { color: rgb(148,74,51); }
H1.HeaderClassName
{
color: #944A33;
}
.AnyTagClassName
{
color: #944A33;
}
</style>
background-color css
<style>
a { background-color: #944A33; }
a { background-color: rgb(148,74,51); }
div.DivClassName
{
background-color: #944A33;
}
.BgClassName
{
background-color: #944A33;
}
</style>
border-color css
<style>
span { border-color: #944A33; }
span { border-color: rgb(148,74,51); }
td.TdClassName
{
border-color: #944A33;
}
.TagClassName
{
border-color: #944A33;
}
</style>