Shades of Tobago #4A362B
Tints of Tobago #4A362B
RGB
CMYK
RGB Variations
Color information
#4A362B (or 0x4A362B) is known color: Tobago. HEX triplet: 4A, 36 and 2B. RGB value is (74,54,43). Sum of RGB (Red+Green+Blue) = 74+54+43=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A362B is #B5C9D4. Grayscale: #3A3A3A. Windows color (decimal): -11913685 or 2831946. OLE color: 2831946.
HSL color Cylindrical-coordinate representation of color #4A362B: hue angle of 21.29º 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 #4A362B is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 43 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.71 |
| HSL | 21.29º | 0.26% | 0.23% | - |
| HSV(B) | 21.29º | 0.42% | 0.29% | - |
| XYZ | 4.58 | 4.27 | 2.87 | - |
| YUV | 58.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 43 | 0 | 0.27 | 0.42 | 0.71 | 21.29 | 0.26 | 0.23 |
| Hex | 4A | 36 | 2B | 0 | 1B | 2A | 47 | 15 | 1A | 17 |
| Octal | 112 | 66 | 53 | 0 | 33 | 52 | 107 | 25 | 32 | 27 |
| Binary | 1001010 | 110110 | 101011 | 0 | 11011 | 101010 | 1000111 | 10101 | 11010 | 10111 |
Color Harmonies of #4A362B
Complementary color
Monochromatic Colors of #4A362B
Black with #4A362B
Text Example
Text Example
White with #4A362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A362B; }
p { color: rgb(74,54,43); }
H1.HeaderClassName
{
color: #4A362B;
}
.AnyTagClassName
{
color: #4A362B;
}
</style>
background-color css
<style>
a { background-color: #4A362B; }
a { background-color: rgb(74,54,43); }
div.DivClassName
{
background-color: #4A362B;
}
.BgClassName
{
background-color: #4A362B;
}
</style>
border-color css
<style>
span { border-color: #4A362B; }
span { border-color: rgb(74,54,43); }
td.TdClassName
{
border-color: #4A362B;
}
.TagClassName
{
border-color: #4A362B;
}
</style>