Shades of Madras #44401C
Tints of Madras #44401C
RGB
CMYK
RGB Variations
Color information
#44401C (or 0x44401C) is known color: Madras. HEX triplet: 44, 40 and 1C. RGB value is (68,64,28). Sum of RGB (Red+Green+Blue) = 68+64+28=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #44401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44401C is #BBBFE3. Grayscale: #3D3D3D. Windows color (decimal): -12304356 or 1851460. OLE color: 1851460.
HSL color Cylindrical-coordinate representation of color #44401C: hue angle of 54º 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 #44401C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 64 | 28 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.73 |
| HSL | 54º | 0.42% | 0.19% | - |
| HSV(B) | 54º | 0.59% | 0.27% | - |
| XYZ | 4.43 | 4.98 | 1.83 | - |
| YUV | 61.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 28 | 0 | 0.06 | 0.59 | 0.73 | 54 | 0.42 | 0.19 |
| Hex | 44 | 40 | 1C | 0 | 6 | 3B | 49 | 36 | 2A | 13 |
| Octal | 104 | 100 | 34 | 0 | 6 | 73 | 111 | 66 | 52 | 23 |
| Binary | 1000100 | 1000000 | 11100 | 0 | 110 | 111011 | 1001001 | 110110 | 101010 | 10011 |
Color Harmonies of #44401C
Complementary color
Monochromatic Colors of #44401C
Black with #44401C
Text Example
Text Example
White with #44401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44401C; }
p { color: rgb(68,64,28); }
H1.HeaderClassName
{
color: #44401C;
}
.AnyTagClassName
{
color: #44401C;
}
</style>
background-color css
<style>
a { background-color: #44401C; }
a { background-color: rgb(68,64,28); }
div.DivClassName
{
background-color: #44401C;
}
.BgClassName
{
background-color: #44401C;
}
</style>
border-color css
<style>
span { border-color: #44401C; }
span { border-color: rgb(68,64,28); }
td.TdClassName
{
border-color: #44401C;
}
.TagClassName
{
border-color: #44401C;
}
</style>