Shades of Tobago #49372C
Tints of Tobago #49372C
RGB
CMYK
RGB Variations
Color information
#49372C (or 0x49372C) is known color: Tobago. HEX triplet: 49, 37 and 2C. RGB value is (73,55,44). Sum of RGB (Red+Green+Blue) = 73+55+44=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49372C is #B6C8D3. Grayscale: #3B3B3B. Windows color (decimal): -11978964 or 2897737. OLE color: 2897737.
HSL color Cylindrical-coordinate representation of color #49372C: hue angle of 22.76º 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 #49372C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 44 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.71 |
| HSL | 22.76º | 0.25% | 0.23% | - |
| HSV(B) | 22.76º | 0.4% | 0.29% | - |
| XYZ | 4.57 | 4.33 | 2.98 | - |
| YUV | 59.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 44 | 0 | 0.25 | 0.40 | 0.71 | 22.76 | 0.25 | 0.23 |
| Hex | 49 | 37 | 2C | 0 | 19 | 28 | 47 | 17 | 19 | 17 |
| Octal | 111 | 67 | 54 | 0 | 31 | 50 | 107 | 27 | 31 | 27 |
| Binary | 1001001 | 110111 | 101100 | 0 | 11001 | 101000 | 1000111 | 10111 | 11001 | 10111 |
Color Harmonies of #49372C
Complementary color
Monochromatic Colors of #49372C
Black with #49372C
Text Example
Text Example
White with #49372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49372C; }
p { color: rgb(73,55,44); }
H1.HeaderClassName
{
color: #49372C;
}
.AnyTagClassName
{
color: #49372C;
}
</style>
background-color css
<style>
a { background-color: #49372C; }
a { background-color: rgb(73,55,44); }
div.DivClassName
{
background-color: #49372C;
}
.BgClassName
{
background-color: #49372C;
}
</style>
border-color css
<style>
span { border-color: #49372C; }
span { border-color: rgb(73,55,44); }
td.TdClassName
{
border-color: #49372C;
}
.TagClassName
{
border-color: #49372C;
}
</style>