Shades of Madras #443C1D
Tints of Madras #443C1D
RGB
CMYK
RGB Variations
Color information
#443C1D (or 0x443C1D) is known color: Madras. HEX triplet: 44, 3C and 1D. RGB value is (68,60,29). Sum of RGB (Red+Green+Blue) = 68+60+29=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #443C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C1D is #BBC3E2. Grayscale: #3A3A3A. Windows color (decimal): -12305379 or 1915972. OLE color: 1915972.
HSL color Cylindrical-coordinate representation of color #443C1D: hue angle of 47.69º 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 #443C1D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 60 | 29 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.73 |
| HSL | 47.69º | 0.4% | 0.19% | - |
| HSV(B) | 47.69º | 0.57% | 0.27% | - |
| XYZ | 4.22 | 4.55 | 1.82 | - |
| YUV | 58.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 29 | 0 | 0.12 | 0.57 | 0.73 | 47.69 | 0.4 | 0.19 |
| Hex | 44 | 3C | 1D | 0 | C | 39 | 49 | 30 | 28 | 13 |
| Octal | 104 | 74 | 35 | 0 | 14 | 71 | 111 | 60 | 50 | 23 |
| Binary | 1000100 | 111100 | 11101 | 0 | 1100 | 111001 | 1001001 | 110000 | 101000 | 10011 |
Color Harmonies of #443C1D
Complementary color
Monochromatic Colors of #443C1D
Black with #443C1D
Text Example
Text Example
White with #443C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C1D; }
p { color: rgb(68,60,29); }
H1.HeaderClassName
{
color: #443C1D;
}
.AnyTagClassName
{
color: #443C1D;
}
</style>
background-color css
<style>
a { background-color: #443C1D; }
a { background-color: rgb(68,60,29); }
div.DivClassName
{
background-color: #443C1D;
}
.BgClassName
{
background-color: #443C1D;
}
</style>
border-color css
<style>
span { border-color: #443C1D; }
span { border-color: rgb(68,60,29); }
td.TdClassName
{
border-color: #443C1D;
}
.TagClassName
{
border-color: #443C1D;
}
</style>