Shades of Madras #443F1C
Tints of Madras #443F1C
RGB
CMYK
RGB Variations
Color information
#443F1C (or 0x443F1C) is known color: Madras. HEX triplet: 44, 3F and 1C. RGB value is (68,63,28). Sum of RGB (Red+Green+Blue) = 68+63+28=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #443F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F1C is #BBC0E3. Grayscale: #3C3C3C. Windows color (decimal): -12304612 or 1851204. OLE color: 1851204.
HSL color Cylindrical-coordinate representation of color #443F1C: hue angle of 52.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #443F1C is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 63 | 28 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.73 |
| HSL | 52.5º | 0.42% | 0.19% | - |
| HSV(B) | 52.5º | 0.59% | 0.27% | - |
| XYZ | 4.37 | 4.87 | 1.81 | - |
| YUV | 60.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 28 | 0 | 0.07 | 0.59 | 0.73 | 52.5 | 0.42 | 0.19 |
| Hex | 44 | 3F | 1C | 0 | 7 | 3B | 49 | 34 | 2A | 13 |
| Octal | 104 | 77 | 34 | 0 | 7 | 73 | 111 | 64 | 52 | 23 |
| Binary | 1000100 | 111111 | 11100 | 0 | 111 | 111011 | 1001001 | 110100 | 101010 | 10011 |
Color Harmonies of #443F1C
Complementary color
Monochromatic Colors of #443F1C
Black with #443F1C
Text Example
Text Example
White with #443F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F1C; }
p { color: rgb(68,63,28); }
H1.HeaderClassName
{
color: #443F1C;
}
.AnyTagClassName
{
color: #443F1C;
}
</style>
background-color css
<style>
a { background-color: #443F1C; }
a { background-color: rgb(68,63,28); }
div.DivClassName
{
background-color: #443F1C;
}
.BgClassName
{
background-color: #443F1C;
}
</style>
border-color css
<style>
span { border-color: #443F1C; }
span { border-color: rgb(68,63,28); }
td.TdClassName
{
border-color: #443F1C;
}
.TagClassName
{
border-color: #443F1C;
}
</style>