Shades of Madras #48400C
Tints of Madras #48400C
RGB
CMYK
RGB Variations
Color information
#48400C (or 0x48400C) is known color: Madras. HEX triplet: 48, 40 and 0C. RGB value is (72,64,12). Sum of RGB (Red+Green+Blue) = 72+64+12=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48400C is #B7BFF3. Grayscale: #3C3C3C. Windows color (decimal): -12042228 or 802888. OLE color: 802888.
HSL color Cylindrical-coordinate representation of color #48400C: hue angle of 52º 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 #48400C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 12 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.72 |
| HSL | 52º | 0.71% | 0.16% | - |
| HSV(B) | 52º | 0.83% | 0.28% | - |
| XYZ | 4.57 | 5.07 | 1.09 | - |
| YUV | 60.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 12 | 0 | 0.11 | 0.83 | 0.72 | 52 | 0.71 | 0.16 |
| Hex | 48 | 40 | C | 0 | B | 53 | 48 | 34 | 47 | 10 |
| Octal | 110 | 100 | 14 | 0 | 13 | 123 | 110 | 64 | 107 | 20 |
| Binary | 1001000 | 1000000 | 1100 | 0 | 1011 | 1010011 | 1001000 | 110100 | 1000111 | 10000 |
Color Harmonies of #48400C
Complementary color
Monochromatic Colors of #48400C
Black with #48400C
Text Example
Text Example
White with #48400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48400C; }
p { color: rgb(72,64,12); }
H1.HeaderClassName
{
color: #48400C;
}
.AnyTagClassName
{
color: #48400C;
}
</style>
background-color css
<style>
a { background-color: #48400C; }
a { background-color: rgb(72,64,12); }
div.DivClassName
{
background-color: #48400C;
}
.BgClassName
{
background-color: #48400C;
}
</style>
border-color css
<style>
span { border-color: #48400C; }
span { border-color: rgb(72,64,12); }
td.TdClassName
{
border-color: #48400C;
}
.TagClassName
{
border-color: #48400C;
}
</style>