Shades of Tobago #49372E
Tints of Tobago #49372E
RGB
CMYK
RGB Variations
Color information
#49372E (or 0x49372E) is known color: Tobago. HEX triplet: 49, 37 and 2E. RGB value is (73,55,46). Sum of RGB (Red+Green+Blue) = 73+55+46=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #49372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49372E is #B6C8D1. Grayscale: #3B3B3B. Windows color (decimal): -11978962 or 3028809. OLE color: 3028809.
HSL color Cylindrical-coordinate representation of color #49372E: hue angle of 20º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49372E is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 46 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.71 |
| HSL | 20º | 0.23% | 0.23% | - |
| HSV(B) | 20º | 0.37% | 0.29% | - |
| XYZ | 4.61 | 4.35 | 3.18 | - |
| YUV | 59.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 46 | 0 | 0.25 | 0.37 | 0.71 | 20 | 0.23 | 0.23 |
| Hex | 49 | 37 | 2E | 0 | 19 | 25 | 47 | 14 | 17 | 17 |
| Octal | 111 | 67 | 56 | 0 | 31 | 45 | 107 | 24 | 27 | 27 |
| Binary | 1001001 | 110111 | 101110 | 0 | 11001 | 100101 | 1000111 | 10100 | 10111 | 10111 |
Color Harmonies of #49372E
Complementary color
Monochromatic Colors of #49372E
Black with #49372E
Text Example
Text Example
White with #49372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49372E; }
p { color: rgb(73,55,46); }
H1.HeaderClassName
{
color: #49372E;
}
.AnyTagClassName
{
color: #49372E;
}
</style>
background-color css
<style>
a { background-color: #49372E; }
a { background-color: rgb(73,55,46); }
div.DivClassName
{
background-color: #49372E;
}
.BgClassName
{
background-color: #49372E;
}
</style>
border-color css
<style>
span { border-color: #49372E; }
span { border-color: rgb(73,55,46); }
td.TdClassName
{
border-color: #49372E;
}
.TagClassName
{
border-color: #49372E;
}
</style>