Shades of Tobago #49392F
Tints of Tobago #49392F
RGB
CMYK
RGB Variations
Color information
#49392F (or 0x49392F) is known color: Tobago. HEX triplet: 49, 39 and 2F. RGB value is (73,57,47). Sum of RGB (Red+Green+Blue) = 73+57+47=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #49392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49392F is #B6C6D0. Grayscale: #3C3C3C. Windows color (decimal): -11978449 or 3094857. OLE color: 3094857.
HSL color Cylindrical-coordinate representation of color #49392F: hue angle of 23.08º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49392F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 47 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.71 |
| HSL | 23.08º | 0.22% | 0.24% | - |
| HSV(B) | 23.08º | 0.36% | 0.29% | - |
| XYZ | 4.72 | 4.55 | 3.32 | - |
| YUV | 60.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 47 | 0 | 0.22 | 0.36 | 0.71 | 23.08 | 0.22 | 0.24 |
| Hex | 49 | 39 | 2F | 0 | 16 | 24 | 47 | 17 | 16 | 18 |
| Octal | 111 | 71 | 57 | 0 | 26 | 44 | 107 | 27 | 26 | 30 |
| Binary | 1001001 | 111001 | 101111 | 0 | 10110 | 100100 | 1000111 | 10111 | 10110 | 11000 |
Color Harmonies of #49392F
Complementary color
Monochromatic Colors of #49392F
Black with #49392F
Text Example
Text Example
White with #49392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49392F; }
p { color: rgb(73,57,47); }
H1.HeaderClassName
{
color: #49392F;
}
.AnyTagClassName
{
color: #49392F;
}
</style>
background-color css
<style>
a { background-color: #49392F; }
a { background-color: rgb(73,57,47); }
div.DivClassName
{
background-color: #49392F;
}
.BgClassName
{
background-color: #49392F;
}
</style>
border-color css
<style>
span { border-color: #49392F; }
span { border-color: rgb(73,57,47); }
td.TdClassName
{
border-color: #49392F;
}
.TagClassName
{
border-color: #49392F;
}
</style>