Shades of Tobago #4D362C
Tints of Tobago #4D362C
RGB
CMYK
RGB Variations
Color information
#4D362C (or 0x4D362C) is known color: Tobago. HEX triplet: 4D, 36 and 2C. RGB value is (77,54,44). Sum of RGB (Red+Green+Blue) = 77+54+44=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D362C is #B2C9D3. Grayscale: #3B3B3B. Windows color (decimal): -11717076 or 2897485. OLE color: 2897485.
HSL color Cylindrical-coordinate representation of color #4D362C: hue angle of 18.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D362C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 44 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.70 |
| HSL | 18.18º | 0.27% | 0.24% | - |
| HSV(B) | 18.18º | 0.43% | 0.3% | - |
| XYZ | 4.83 | 4.4 | 2.98 | - |
| YUV | 59.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 44 | 0 | 0.30 | 0.43 | 0.70 | 18.18 | 0.27 | 0.24 |
| Hex | 4D | 36 | 2C | 0 | 1E | 2B | 46 | 12 | 1B | 18 |
| Octal | 115 | 66 | 54 | 0 | 36 | 53 | 106 | 22 | 33 | 30 |
| Binary | 1001101 | 110110 | 101100 | 0 | 11110 | 101011 | 1000110 | 10010 | 11011 | 11000 |
Color Harmonies of #4D362C
Complementary color
Monochromatic Colors of #4D362C
Black with #4D362C
Text Example
Text Example
White with #4D362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D362C; }
p { color: rgb(77,54,44); }
H1.HeaderClassName
{
color: #4D362C;
}
.AnyTagClassName
{
color: #4D362C;
}
</style>
background-color css
<style>
a { background-color: #4D362C; }
a { background-color: rgb(77,54,44); }
div.DivClassName
{
background-color: #4D362C;
}
.BgClassName
{
background-color: #4D362C;
}
</style>
border-color css
<style>
span { border-color: #4D362C; }
span { border-color: rgb(77,54,44); }
td.TdClassName
{
border-color: #4D362C;
}
.TagClassName
{
border-color: #4D362C;
}
</style>