Shades of Madras #48440C
Tints of Madras #48440C
RGB
CMYK
RGB Variations
Color information
#48440C (or 0x48440C) is known color: Madras. HEX triplet: 48, 44 and 0C. RGB value is (72,68,12). Sum of RGB (Red+Green+Blue) = 72+68+12=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48440C is #B7BBF3. Grayscale: #3F3F3F. Windows color (decimal): -12041204 or 803912. OLE color: 803912.
HSL color Cylindrical-coordinate representation of color #48440C: hue angle of 56º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48440C is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 12 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.72 |
| HSL | 56º | 0.71% | 0.16% | - |
| HSV(B) | 56º | 0.83% | 0.28% | - |
| XYZ | 4.81 | 5.54 | 1.16 | - |
| YUV | 62.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 12 | 0 | 0.06 | 0.83 | 0.72 | 56 | 0.71 | 0.16 |
| Hex | 48 | 44 | C | 0 | 6 | 53 | 48 | 38 | 47 | 10 |
| Octal | 110 | 104 | 14 | 0 | 6 | 123 | 110 | 70 | 107 | 20 |
| Binary | 1001000 | 1000100 | 1100 | 0 | 110 | 1010011 | 1001000 | 111000 | 1000111 | 10000 |
Color Harmonies of #48440C
Complementary color
Monochromatic Colors of #48440C
Black with #48440C
Text Example
Text Example
White with #48440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48440C; }
p { color: rgb(72,68,12); }
H1.HeaderClassName
{
color: #48440C;
}
.AnyTagClassName
{
color: #48440C;
}
</style>
background-color css
<style>
a { background-color: #48440C; }
a { background-color: rgb(72,68,12); }
div.DivClassName
{
background-color: #48440C;
}
.BgClassName
{
background-color: #48440C;
}
</style>
border-color css
<style>
span { border-color: #48440C; }
span { border-color: rgb(72,68,12); }
td.TdClassName
{
border-color: #48440C;
}
.TagClassName
{
border-color: #48440C;
}
</style>