Shades of Madras #44401A
Tints of Madras #44401A
RGB
CMYK
RGB Variations
Color information
#44401A (or 0x44401A) is known color: Madras. HEX triplet: 44, 40 and 1A. RGB value is (68,64,26). Sum of RGB (Red+Green+Blue) = 68+64+26=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #44401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44401A is #BBBFE5. Grayscale: #3D3D3D. Windows color (decimal): -12304358 or 1720388. OLE color: 1720388.
HSL color Cylindrical-coordinate representation of color #44401A: hue angle of 54.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44401A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 64 | 26 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.73 |
| HSL | 54.29º | 0.45% | 0.18% | - |
| HSV(B) | 54.29º | 0.62% | 0.27% | - |
| XYZ | 4.4 | 4.97 | 1.7 | - |
| YUV | 60.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 26 | 0 | 0.06 | 0.62 | 0.73 | 54.29 | 0.45 | 0.18 |
| Hex | 44 | 40 | 1A | 0 | 6 | 3E | 49 | 36 | 2D | 12 |
| Octal | 104 | 100 | 32 | 0 | 6 | 76 | 111 | 66 | 55 | 22 |
| Binary | 1000100 | 1000000 | 11010 | 0 | 110 | 111110 | 1001001 | 110110 | 101101 | 10010 |
Color Harmonies of #44401A
Complementary color
Monochromatic Colors of #44401A
Black with #44401A
Text Example
Text Example
White with #44401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44401A; }
p { color: rgb(68,64,26); }
H1.HeaderClassName
{
color: #44401A;
}
.AnyTagClassName
{
color: #44401A;
}
</style>
background-color css
<style>
a { background-color: #44401A; }
a { background-color: rgb(68,64,26); }
div.DivClassName
{
background-color: #44401A;
}
.BgClassName
{
background-color: #44401A;
}
</style>
border-color css
<style>
span { border-color: #44401A; }
span { border-color: rgb(68,64,26); }
td.TdClassName
{
border-color: #44401A;
}
.TagClassName
{
border-color: #44401A;
}
</style>