Shades of Madras #443D1B
Tints of Madras #443D1B
RGB
CMYK
RGB Variations
Color information
#443D1B (or 0x443D1B) is known color: Madras. HEX triplet: 44, 3D and 1B. RGB value is (68,61,27). Sum of RGB (Red+Green+Blue) = 68+61+27=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #443D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D1B is #BBC2E4. Grayscale: #3B3B3B. Windows color (decimal): -12305125 or 1785156. OLE color: 1785156.
HSL color Cylindrical-coordinate representation of color #443D1B: hue angle of 49.76º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443D1B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 27 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.73 |
| HSL | 49.76º | 0.43% | 0.19% | - |
| HSV(B) | 49.76º | 0.6% | 0.27% | - |
| XYZ | 4.25 | 4.65 | 1.71 | - |
| YUV | 59.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 27 | 0 | 0.10 | 0.60 | 0.73 | 49.76 | 0.43 | 0.19 |
| Hex | 44 | 3D | 1B | 0 | A | 3C | 49 | 32 | 2B | 13 |
| Octal | 104 | 75 | 33 | 0 | 12 | 74 | 111 | 62 | 53 | 23 |
| Binary | 1000100 | 111101 | 11011 | 0 | 1010 | 111100 | 1001001 | 110010 | 101011 | 10011 |
Color Harmonies of #443D1B
Complementary color
Monochromatic Colors of #443D1B
Black with #443D1B
Text Example
Text Example
White with #443D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D1B; }
p { color: rgb(68,61,27); }
H1.HeaderClassName
{
color: #443D1B;
}
.AnyTagClassName
{
color: #443D1B;
}
</style>
background-color css
<style>
a { background-color: #443D1B; }
a { background-color: rgb(68,61,27); }
div.DivClassName
{
background-color: #443D1B;
}
.BgClassName
{
background-color: #443D1B;
}
</style>
border-color css
<style>
span { border-color: #443D1B; }
span { border-color: rgb(68,61,27); }
td.TdClassName
{
border-color: #443D1B;
}
.TagClassName
{
border-color: #443D1B;
}
</style>