Shades of Madras #48390E
Tints of Madras #48390E
RGB
CMYK
RGB Variations
Color information
#48390E (or 0x48390E) is known color: Madras. HEX triplet: 48, 39 and 0E. RGB value is (72,57,14). Sum of RGB (Red+Green+Blue) = 72+57+14=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48390E is #B7C6F1. Grayscale: #383838. Windows color (decimal): -12044018 or 932168. OLE color: 932168.
HSL color Cylindrical-coordinate representation of color #48390E: hue angle of 44.48º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48390E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 14 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.72 |
| HSL | 44.48º | 0.67% | 0.17% | - |
| HSV(B) | 44.48º | 0.81% | 0.28% | - |
| XYZ | 4.21 | 4.34 | 1.03 | - |
| YUV | 56.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 14 | 0 | 0.21 | 0.81 | 0.72 | 44.48 | 0.67 | 0.17 |
| Hex | 48 | 39 | E | 0 | 15 | 51 | 48 | 2C | 43 | 11 |
| Octal | 110 | 71 | 16 | 0 | 25 | 121 | 110 | 54 | 103 | 21 |
| Binary | 1001000 | 111001 | 1110 | 0 | 10101 | 1010001 | 1001000 | 101100 | 1000011 | 10001 |
Color Harmonies of #48390E
Complementary color
Monochromatic Colors of #48390E
Black with #48390E
Text Example
Text Example
White with #48390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48390E; }
p { color: rgb(72,57,14); }
H1.HeaderClassName
{
color: #48390E;
}
.AnyTagClassName
{
color: #48390E;
}
</style>
background-color css
<style>
a { background-color: #48390E; }
a { background-color: rgb(72,57,14); }
div.DivClassName
{
background-color: #48390E;
}
.BgClassName
{
background-color: #48390E;
}
</style>
border-color css
<style>
span { border-color: #48390E; }
span { border-color: rgb(72,57,14); }
td.TdClassName
{
border-color: #48390E;
}
.TagClassName
{
border-color: #48390E;
}
</style>