Shades of Tobago #4A352B
Tints of Tobago #4A352B
RGB
CMYK
RGB Variations
Color information
#4A352B (or 0x4A352B) is known color: Tobago. HEX triplet: 4A, 35 and 2B. RGB value is (74,53,43). Sum of RGB (Red+Green+Blue) = 74+53+43=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A352B is #B5CAD4. Grayscale: #3A3A3A. Windows color (decimal): -11913941 or 2831690. OLE color: 2831690.
HSL color Cylindrical-coordinate representation of color #4A352B: hue angle of 19.35º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A352B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 43 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.71 |
| HSL | 19.35º | 0.26% | 0.23% | - |
| HSV(B) | 19.35º | 0.42% | 0.29% | - |
| XYZ | 4.53 | 4.18 | 2.85 | - |
| YUV | 58.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 43 | 0 | 0.28 | 0.42 | 0.71 | 19.35 | 0.26 | 0.23 |
| Hex | 4A | 35 | 2B | 0 | 1C | 2A | 47 | 13 | 1A | 17 |
| Octal | 112 | 65 | 53 | 0 | 34 | 52 | 107 | 23 | 32 | 27 |
| Binary | 1001010 | 110101 | 101011 | 0 | 11100 | 101010 | 1000111 | 10011 | 11010 | 10111 |
Color Harmonies of #4A352B
Complementary color
Monochromatic Colors of #4A352B
Black with #4A352B
Text Example
Text Example
White with #4A352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A352B; }
p { color: rgb(74,53,43); }
H1.HeaderClassName
{
color: #4A352B;
}
.AnyTagClassName
{
color: #4A352B;
}
</style>
background-color css
<style>
a { background-color: #4A352B; }
a { background-color: rgb(74,53,43); }
div.DivClassName
{
background-color: #4A352B;
}
.BgClassName
{
background-color: #4A352B;
}
</style>
border-color css
<style>
span { border-color: #4A352B; }
span { border-color: rgb(74,53,43); }
td.TdClassName
{
border-color: #4A352B;
}
.TagClassName
{
border-color: #4A352B;
}
</style>