Shades of Madras #443F1B
Tints of Madras #443F1B
RGB
CMYK
RGB Variations
Color information
#443F1B (or 0x443F1B) is known color: Madras. HEX triplet: 44, 3F and 1B. RGB value is (68,63,27). Sum of RGB (Red+Green+Blue) = 68+63+27=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #443F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F1B is #BBC0E4. Grayscale: #3C3C3C. Windows color (decimal): -12304613 or 1785668. OLE color: 1785668.
HSL color Cylindrical-coordinate representation of color #443F1B: hue angle of 52.68º 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 #443F1B is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 27 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.73 |
| HSL | 52.68º | 0.43% | 0.19% | - |
| HSV(B) | 52.68º | 0.6% | 0.27% | - |
| XYZ | 4.36 | 4.86 | 1.75 | - |
| YUV | 60.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 27 | 0 | 0.07 | 0.60 | 0.73 | 52.68 | 0.43 | 0.19 |
| Hex | 44 | 3F | 1B | 0 | 7 | 3C | 49 | 35 | 2B | 13 |
| Octal | 104 | 77 | 33 | 0 | 7 | 74 | 111 | 65 | 53 | 23 |
| Binary | 1000100 | 111111 | 11011 | 0 | 111 | 111100 | 1001001 | 110101 | 101011 | 10011 |
Color Harmonies of #443F1B
Complementary color
Monochromatic Colors of #443F1B
Black with #443F1B
Text Example
Text Example
White with #443F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F1B; }
p { color: rgb(68,63,27); }
H1.HeaderClassName
{
color: #443F1B;
}
.AnyTagClassName
{
color: #443F1B;
}
</style>
background-color css
<style>
a { background-color: #443F1B; }
a { background-color: rgb(68,63,27); }
div.DivClassName
{
background-color: #443F1B;
}
.BgClassName
{
background-color: #443F1B;
}
</style>
border-color css
<style>
span { border-color: #443F1B; }
span { border-color: rgb(68,63,27); }
td.TdClassName
{
border-color: #443F1B;
}
.TagClassName
{
border-color: #443F1B;
}
</style>