Shades of Madras #44400C
Tints of Madras #44400C
RGB
CMYK
RGB Variations
Color information
#44400C (or 0x44400C) is known color: Madras. HEX triplet: 44, 40 and 0C. RGB value is (68,64,12). Sum of RGB (Red+Green+Blue) = 68+64+12=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44400C is #BBBFF3. Grayscale: #3B3B3B. Windows color (decimal): -12304372 or 802884. OLE color: 802884.
HSL color Cylindrical-coordinate representation of color #44400C: hue angle of 55.71º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44400C is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 64 | 12 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.73 |
| HSL | 55.71º | 0.7% | 0.16% | - |
| HSV(B) | 55.71º | 0.82% | 0.27% | - |
| XYZ | 4.28 | 4.92 | 1.07 | - |
| YUV | 59.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 12 | 0 | 0.06 | 0.82 | 0.73 | 55.71 | 0.7 | 0.16 |
| Hex | 44 | 40 | C | 0 | 6 | 52 | 49 | 38 | 46 | 10 |
| Octal | 104 | 100 | 14 | 0 | 6 | 122 | 111 | 70 | 106 | 20 |
| Binary | 1000100 | 1000000 | 1100 | 0 | 110 | 1010010 | 1001001 | 111000 | 1000110 | 10000 |
Color Harmonies of #44400C
Complementary color
Monochromatic Colors of #44400C
Black with #44400C
Text Example
Text Example
White with #44400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44400C; }
p { color: rgb(68,64,12); }
H1.HeaderClassName
{
color: #44400C;
}
.AnyTagClassName
{
color: #44400C;
}
</style>
background-color css
<style>
a { background-color: #44400C; }
a { background-color: rgb(68,64,12); }
div.DivClassName
{
background-color: #44400C;
}
.BgClassName
{
background-color: #44400C;
}
</style>
border-color css
<style>
span { border-color: #44400C; }
span { border-color: rgb(68,64,12); }
td.TdClassName
{
border-color: #44400C;
}
.TagClassName
{
border-color: #44400C;
}
</style>