Shades of Madras #44421C
Tints of Madras #44421C
RGB
CMYK
RGB Variations
Color information
#44421C (or 0x44421C) is known color: Madras. HEX triplet: 44, 42 and 1C. RGB value is (68,66,28). Sum of RGB (Red+Green+Blue) = 68+66+28=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #44421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44421C is #BBBDE3. Grayscale: #3E3E3E. Windows color (decimal): -12303844 or 1851972. OLE color: 1851972.
HSL color Cylindrical-coordinate representation of color #44421C: hue angle of 57º 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 #44421C is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 28 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.73 |
| HSL | 57º | 0.42% | 0.19% | - |
| HSV(B) | 57º | 0.59% | 0.27% | - |
| XYZ | 4.54 | 5.21 | 1.86 | - |
| YUV | 62.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 28 | 0 | 0.03 | 0.59 | 0.73 | 57 | 0.42 | 0.19 |
| Hex | 44 | 42 | 1C | 0 | 3 | 3B | 49 | 39 | 2A | 13 |
| Octal | 104 | 102 | 34 | 0 | 3 | 73 | 111 | 71 | 52 | 23 |
| Binary | 1000100 | 1000010 | 11100 | 0 | 11 | 111011 | 1001001 | 111001 | 101010 | 10011 |
Color Harmonies of #44421C
Complementary color
Monochromatic Colors of #44421C
Black with #44421C
Text Example
Text Example
White with #44421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44421C; }
p { color: rgb(68,66,28); }
H1.HeaderClassName
{
color: #44421C;
}
.AnyTagClassName
{
color: #44421C;
}
</style>
background-color css
<style>
a { background-color: #44421C; }
a { background-color: rgb(68,66,28); }
div.DivClassName
{
background-color: #44421C;
}
.BgClassName
{
background-color: #44421C;
}
</style>
border-color css
<style>
span { border-color: #44421C; }
span { border-color: rgb(68,66,28); }
td.TdClassName
{
border-color: #44421C;
}
.TagClassName
{
border-color: #44421C;
}
</style>