Shades of Madras #44370B
Tints of Madras #44370B
RGB
CMYK
RGB Variations
Color information
#44370B (or 0x44370B) is known color: Madras. HEX triplet: 44, 37 and 0B. RGB value is (68,55,11). Sum of RGB (Red+Green+Blue) = 68+55+11=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44370B is #BBC8F4. Grayscale: #363636. Windows color (decimal): -12306677 or 735044. OLE color: 735044.
HSL color Cylindrical-coordinate representation of color #44370B: hue angle of 46.32º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44370B is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 55 | 11 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.73 |
| HSL | 46.32º | 0.72% | 0.15% | - |
| HSV(B) | 46.32º | 0.84% | 0.27% | - |
| XYZ | 3.81 | 3.99 | 0.89 | - |
| YUV | 53.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 11 | 0 | 0.19 | 0.84 | 0.73 | 46.32 | 0.72 | 0.15 |
| Hex | 44 | 37 | B | 0 | 13 | 54 | 49 | 2E | 48 | F |
| Octal | 104 | 67 | 13 | 0 | 23 | 124 | 111 | 56 | 110 | 17 |
| Binary | 1000100 | 110111 | 1011 | 0 | 10011 | 1010100 | 1001001 | 101110 | 1001000 | 1111 |
Color Harmonies of #44370B
Complementary color
Monochromatic Colors of #44370B
Black with #44370B
Text Example
Text Example
White with #44370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44370B; }
p { color: rgb(68,55,11); }
H1.HeaderClassName
{
color: #44370B;
}
.AnyTagClassName
{
color: #44370B;
}
</style>
background-color css
<style>
a { background-color: #44370B; }
a { background-color: rgb(68,55,11); }
div.DivClassName
{
background-color: #44370B;
}
.BgClassName
{
background-color: #44370B;
}
</style>
border-color css
<style>
span { border-color: #44370B; }
span { border-color: rgb(68,55,11); }
td.TdClassName
{
border-color: #44370B;
}
.TagClassName
{
border-color: #44370B;
}
</style>