Shades of Madras #443B1D
Tints of Madras #443B1D
RGB
CMYK
RGB Variations
Color information
#443B1D (or 0x443B1D) is known color: Madras. HEX triplet: 44, 3B and 1D. RGB value is (68,59,29). Sum of RGB (Red+Green+Blue) = 68+59+29=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #443B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B1D is #BBC4E2. Grayscale: #3A3A3A. Windows color (decimal): -12305635 or 1915716. OLE color: 1915716.
HSL color Cylindrical-coordinate representation of color #443B1D: hue angle of 46.15º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443B1D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 59 | 29 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.73 |
| HSL | 46.15º | 0.4% | 0.19% | - |
| HSV(B) | 46.15º | 0.57% | 0.27% | - |
| XYZ | 4.17 | 4.45 | 1.8 | - |
| YUV | 58.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 29 | 0 | 0.13 | 0.57 | 0.73 | 46.15 | 0.4 | 0.19 |
| Hex | 44 | 3B | 1D | 0 | D | 39 | 49 | 2E | 28 | 13 |
| Octal | 104 | 73 | 35 | 0 | 15 | 71 | 111 | 56 | 50 | 23 |
| Binary | 1000100 | 111011 | 11101 | 0 | 1101 | 111001 | 1001001 | 101110 | 101000 | 10011 |
Color Harmonies of #443B1D
Complementary color
Monochromatic Colors of #443B1D
Black with #443B1D
Text Example
Text Example
White with #443B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B1D; }
p { color: rgb(68,59,29); }
H1.HeaderClassName
{
color: #443B1D;
}
.AnyTagClassName
{
color: #443B1D;
}
</style>
background-color css
<style>
a { background-color: #443B1D; }
a { background-color: rgb(68,59,29); }
div.DivClassName
{
background-color: #443B1D;
}
.BgClassName
{
background-color: #443B1D;
}
</style>
border-color css
<style>
span { border-color: #443B1D; }
span { border-color: rgb(68,59,29); }
td.TdClassName
{
border-color: #443B1D;
}
.TagClassName
{
border-color: #443B1D;
}
</style>