Shades of Tobago #49352C
Tints of Tobago #49352C
RGB
CMYK
RGB Variations
Color information
#49352C (or 0x49352C) is known color: Tobago. HEX triplet: 49, 35 and 2C. RGB value is (73,53,44). Sum of RGB (Red+Green+Blue) = 73+53+44=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49352C is #B6CAD3. Grayscale: #3A3A3A. Windows color (decimal): -11979476 or 2897225. OLE color: 2897225.
HSL color Cylindrical-coordinate representation of color #49352C: hue angle of 18.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49352C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 44 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.71 |
| HSL | 18.62º | 0.25% | 0.23% | - |
| HSV(B) | 18.62º | 0.4% | 0.29% | - |
| XYZ | 4.48 | 4.14 | 2.95 | - |
| YUV | 57.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 44 | 0 | 0.27 | 0.40 | 0.71 | 18.62 | 0.25 | 0.23 |
| Hex | 49 | 35 | 2C | 0 | 1B | 28 | 47 | 13 | 19 | 17 |
| Octal | 111 | 65 | 54 | 0 | 33 | 50 | 107 | 23 | 31 | 27 |
| Binary | 1001001 | 110101 | 101100 | 0 | 11011 | 101000 | 1000111 | 10011 | 11001 | 10111 |
Color Harmonies of #49352C
Complementary color
Monochromatic Colors of #49352C
Black with #49352C
Text Example
Text Example
White with #49352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49352C; }
p { color: rgb(73,53,44); }
H1.HeaderClassName
{
color: #49352C;
}
.AnyTagClassName
{
color: #49352C;
}
</style>
background-color css
<style>
a { background-color: #49352C; }
a { background-color: rgb(73,53,44); }
div.DivClassName
{
background-color: #49352C;
}
.BgClassName
{
background-color: #49352C;
}
</style>
border-color css
<style>
span { border-color: #49352C; }
span { border-color: rgb(73,53,44); }
td.TdClassName
{
border-color: #49352C;
}
.TagClassName
{
border-color: #49352C;
}
</style>