Shades of Tobago #4E352A
Tints of Tobago #4E352A
RGB
CMYK
RGB Variations
Color information
#4E352A (or 0x4E352A) is known color: Tobago. HEX triplet: 4E, 35 and 2A. RGB value is (78,53,42). Sum of RGB (Red+Green+Blue) = 78+53+42=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E352A is #B1CAD5. Grayscale: #3B3B3B. Windows color (decimal): -11651798 or 2766158. OLE color: 2766158.
HSL color Cylindrical-coordinate representation of color #4E352A: hue angle of 18.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E352A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 42 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.69 |
| HSL | 18.33º | 0.3% | 0.24% | - |
| HSV(B) | 18.33º | 0.46% | 0.31% | - |
| XYZ | 4.83 | 4.33 | 2.77 | - |
| YUV | 59.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 42 | 0 | 0.32 | 0.46 | 0.69 | 18.33 | 0.3 | 0.24 |
| Hex | 4E | 35 | 2A | 0 | 20 | 2E | 45 | 12 | 1E | 18 |
| Octal | 116 | 65 | 52 | 0 | 40 | 56 | 105 | 22 | 36 | 30 |
| Binary | 1001110 | 110101 | 101010 | 0 | 100000 | 101110 | 1000101 | 10010 | 11110 | 11000 |
Color Harmonies of #4E352A
Complementary color
Monochromatic Colors of #4E352A
Black with #4E352A
Text Example
Text Example
White with #4E352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E352A; }
p { color: rgb(78,53,42); }
H1.HeaderClassName
{
color: #4E352A;
}
.AnyTagClassName
{
color: #4E352A;
}
</style>
background-color css
<style>
a { background-color: #4E352A; }
a { background-color: rgb(78,53,42); }
div.DivClassName
{
background-color: #4E352A;
}
.BgClassName
{
background-color: #4E352A;
}
</style>
border-color css
<style>
span { border-color: #4E352A; }
span { border-color: rgb(78,53,42); }
td.TdClassName
{
border-color: #4E352A;
}
.TagClassName
{
border-color: #4E352A;
}
</style>