Shades of Madras #48400D
Tints of Madras #48400D
RGB
CMYK
RGB Variations
Color information
#48400D (or 0x48400D) is known color: Madras. HEX triplet: 48, 40 and 0D. RGB value is (72,64,13). Sum of RGB (Red+Green+Blue) = 72+64+13=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48400D is #B7BFF2. Grayscale: #3C3C3C. Windows color (decimal): -12042227 or 868424. OLE color: 868424.
HSL color Cylindrical-coordinate representation of color #48400D: hue angle of 51.86º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48400D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 13 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.72 |
| HSL | 51.86º | 0.69% | 0.17% | - |
| HSV(B) | 51.86º | 0.82% | 0.28% | - |
| XYZ | 4.58 | 5.07 | 1.12 | - |
| YUV | 60.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 13 | 0 | 0.11 | 0.82 | 0.72 | 51.86 | 0.69 | 0.17 |
| Hex | 48 | 40 | D | 0 | B | 52 | 48 | 34 | 45 | 11 |
| Octal | 110 | 100 | 15 | 0 | 13 | 122 | 110 | 64 | 105 | 21 |
| Binary | 1001000 | 1000000 | 1101 | 0 | 1011 | 1010010 | 1001000 | 110100 | 1000101 | 10001 |
Color Harmonies of #48400D
Complementary color
Monochromatic Colors of #48400D
Black with #48400D
Text Example
Text Example
White with #48400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48400D; }
p { color: rgb(72,64,13); }
H1.HeaderClassName
{
color: #48400D;
}
.AnyTagClassName
{
color: #48400D;
}
</style>
background-color css
<style>
a { background-color: #48400D; }
a { background-color: rgb(72,64,13); }
div.DivClassName
{
background-color: #48400D;
}
.BgClassName
{
background-color: #48400D;
}
</style>
border-color css
<style>
span { border-color: #48400D; }
span { border-color: rgb(72,64,13); }
td.TdClassName
{
border-color: #48400D;
}
.TagClassName
{
border-color: #48400D;
}
</style>