Shades of Madras #44411D
Tints of Madras #44411D
RGB
CMYK
RGB Variations
Color information
#44411D (or 0x44411D) is known color: Madras. HEX triplet: 44, 41 and 1D. RGB value is (68,65,29). Sum of RGB (Red+Green+Blue) = 68+65+29=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 68 - color contains mainly: red. Hex color #44411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44411D is #BBBEE2. Grayscale: #3D3D3D. Windows color (decimal): -12304099 or 1917252. OLE color: 1917252.
HSL color Cylindrical-coordinate representation of color #44411D: hue angle of 55.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44411D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 65 | 29 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.73 |
| HSL | 55.38º | 0.4% | 0.19% | - |
| HSV(B) | 55.38º | 0.57% | 0.27% | - |
| XYZ | 4.5 | 5.1 | 1.91 | - |
| YUV | 61.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 29 | 0 | 0.04 | 0.57 | 0.73 | 55.38 | 0.4 | 0.19 |
| Hex | 44 | 41 | 1D | 0 | 4 | 39 | 49 | 37 | 28 | 13 |
| Octal | 104 | 101 | 35 | 0 | 4 | 71 | 111 | 67 | 50 | 23 |
| Binary | 1000100 | 1000001 | 11101 | 0 | 100 | 111001 | 1001001 | 110111 | 101000 | 10011 |
Color Harmonies of #44411D
Complementary color
Monochromatic Colors of #44411D
Black with #44411D
Text Example
Text Example
White with #44411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44411D; }
p { color: rgb(68,65,29); }
H1.HeaderClassName
{
color: #44411D;
}
.AnyTagClassName
{
color: #44411D;
}
</style>
background-color css
<style>
a { background-color: #44411D; }
a { background-color: rgb(68,65,29); }
div.DivClassName
{
background-color: #44411D;
}
.BgClassName
{
background-color: #44411D;
}
</style>
border-color css
<style>
span { border-color: #44411D; }
span { border-color: rgb(68,65,29); }
td.TdClassName
{
border-color: #44411D;
}
.TagClassName
{
border-color: #44411D;
}
</style>