Shades of Tobago #4A392F
Tints of Tobago #4A392F
RGB
CMYK
RGB Variations
Color information
#4A392F (or 0x4A392F) is known color: Tobago. HEX triplet: 4A, 39 and 2F. RGB value is (74,57,47). Sum of RGB (Red+Green+Blue) = 74+57+47=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 74 - color contains mainly: red. Hex color #4A392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A392F is #B5C6D0. Grayscale: #3D3D3D. Windows color (decimal): -11912913 or 3094858. OLE color: 3094858.
HSL color Cylindrical-coordinate representation of color #4A392F: hue angle of 22.22º 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 #4A392F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 47 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.71 |
| HSL | 22.22º | 0.22% | 0.24% | - |
| HSV(B) | 22.22º | 0.36% | 0.29% | - |
| XYZ | 4.8 | 4.59 | 3.32 | - |
| YUV | 60.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 47 | 0 | 0.23 | 0.36 | 0.71 | 22.22 | 0.22 | 0.24 |
| Hex | 4A | 39 | 2F | 0 | 17 | 24 | 47 | 16 | 16 | 18 |
| Octal | 112 | 71 | 57 | 0 | 27 | 44 | 107 | 26 | 26 | 30 |
| Binary | 1001010 | 111001 | 101111 | 0 | 10111 | 100100 | 1000111 | 10110 | 10110 | 11000 |
Color Harmonies of #4A392F
Complementary color
Monochromatic Colors of #4A392F
Black with #4A392F
Text Example
Text Example
White with #4A392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A392F; }
p { color: rgb(74,57,47); }
H1.HeaderClassName
{
color: #4A392F;
}
.AnyTagClassName
{
color: #4A392F;
}
</style>
background-color css
<style>
a { background-color: #4A392F; }
a { background-color: rgb(74,57,47); }
div.DivClassName
{
background-color: #4A392F;
}
.BgClassName
{
background-color: #4A392F;
}
</style>
border-color css
<style>
span { border-color: #4A392F; }
span { border-color: rgb(74,57,47); }
td.TdClassName
{
border-color: #4A392F;
}
.TagClassName
{
border-color: #4A392F;
}
</style>