Shades of Madras #44370C
Tints of Madras #44370C
RGB
CMYK
RGB Variations
Color information
#44370C (or 0x44370C) is known color: Madras. HEX triplet: 44, 37 and 0C. RGB value is (68,55,12). Sum of RGB (Red+Green+Blue) = 68+55+12=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44370C is #BBC8F3. Grayscale: #363636. Windows color (decimal): -12306676 or 800580. OLE color: 800580.
HSL color Cylindrical-coordinate representation of color #44370C: hue angle of 46.07º 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 #44370C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 55 | 12 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.73 |
| HSL | 46.07º | 0.7% | 0.16% | - |
| HSV(B) | 46.07º | 0.82% | 0.27% | - |
| XYZ | 3.82 | 3.99 | 0.92 | - |
| YUV | 53.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 12 | 0 | 0.19 | 0.82 | 0.73 | 46.07 | 0.7 | 0.16 |
| Hex | 44 | 37 | C | 0 | 13 | 52 | 49 | 2E | 46 | 10 |
| Octal | 104 | 67 | 14 | 0 | 23 | 122 | 111 | 56 | 106 | 20 |
| Binary | 1000100 | 110111 | 1100 | 0 | 10011 | 1010010 | 1001001 | 101110 | 1000110 | 10000 |
Color Harmonies of #44370C
Complementary color
Monochromatic Colors of #44370C
Black with #44370C
Text Example
Text Example
White with #44370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44370C; }
p { color: rgb(68,55,12); }
H1.HeaderClassName
{
color: #44370C;
}
.AnyTagClassName
{
color: #44370C;
}
</style>
background-color css
<style>
a { background-color: #44370C; }
a { background-color: rgb(68,55,12); }
div.DivClassName
{
background-color: #44370C;
}
.BgClassName
{
background-color: #44370C;
}
</style>
border-color css
<style>
span { border-color: #44370C; }
span { border-color: rgb(68,55,12); }
td.TdClassName
{
border-color: #44370C;
}
.TagClassName
{
border-color: #44370C;
}
</style>