Shades of Tobago #4D3529
Tints of Tobago #4D3529
RGB
CMYK
RGB Variations
Color information
#4D3529 (or 0x4D3529) is known color: Tobago. HEX triplet: 4D, 35 and 29. RGB value is (77,53,41). Sum of RGB (Red+Green+Blue) = 77+53+41=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3529 is #B2CAD6. Grayscale: #3A3A3A. Windows color (decimal): -11717335 or 2700621. OLE color: 2700621.
HSL color Cylindrical-coordinate representation of color #4D3529: hue angle of 20º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3529 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 41 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.70 |
| HSL | 20º | 0.31% | 0.23% | - |
| HSV(B) | 20º | 0.47% | 0.3% | - |
| XYZ | 4.73 | 4.28 | 2.68 | - |
| YUV | 58.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 41 | 0 | 0.31 | 0.47 | 0.70 | 20 | 0.31 | 0.23 |
| Hex | 4D | 35 | 29 | 0 | 1F | 2F | 46 | 14 | 1F | 17 |
| Octal | 115 | 65 | 51 | 0 | 37 | 57 | 106 | 24 | 37 | 27 |
| Binary | 1001101 | 110101 | 101001 | 0 | 11111 | 101111 | 1000110 | 10100 | 11111 | 10111 |
Color Harmonies of #4D3529
Complementary color
Monochromatic Colors of #4D3529
Black with #4D3529
Text Example
Text Example
White with #4D3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3529; }
p { color: rgb(77,53,41); }
H1.HeaderClassName
{
color: #4D3529;
}
.AnyTagClassName
{
color: #4D3529;
}
</style>
background-color css
<style>
a { background-color: #4D3529; }
a { background-color: rgb(77,53,41); }
div.DivClassName
{
background-color: #4D3529;
}
.BgClassName
{
background-color: #4D3529;
}
</style>
border-color css
<style>
span { border-color: #4D3529; }
span { border-color: rgb(77,53,41); }
td.TdClassName
{
border-color: #4D3529;
}
.TagClassName
{
border-color: #4D3529;
}
</style>