Shades of Madras #48401B
Tints of Madras #48401B
RGB
CMYK
RGB Variations
Color information
#48401B (or 0x48401B) is known color: Madras. HEX triplet: 48, 40 and 1B. RGB value is (72,64,27). Sum of RGB (Red+Green+Blue) = 72+64+27=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48401B is #B7BFE4. Grayscale: #3E3E3E. Windows color (decimal): -12042213 or 1785928. OLE color: 1785928.
HSL color Cylindrical-coordinate representation of color #48401B: hue angle of 49.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48401B is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 27 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.72 |
| HSL | 49.33º | 0.45% | 0.19% | - |
| HSV(B) | 49.33º | 0.63% | 0.28% | - |
| XYZ | 4.7 | 5.12 | 1.78 | - |
| YUV | 62.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 27 | 0 | 0.11 | 0.62 | 0.72 | 49.33 | 0.45 | 0.19 |
| Hex | 48 | 40 | 1B | 0 | B | 3E | 48 | 31 | 2D | 13 |
| Octal | 110 | 100 | 33 | 0 | 13 | 76 | 110 | 61 | 55 | 23 |
| Binary | 1001000 | 1000000 | 11011 | 0 | 1011 | 111110 | 1001000 | 110001 | 101101 | 10011 |
Color Harmonies of #48401B
Complementary color
Monochromatic Colors of #48401B
Black with #48401B
Text Example
Text Example
White with #48401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48401B; }
p { color: rgb(72,64,27); }
H1.HeaderClassName
{
color: #48401B;
}
.AnyTagClassName
{
color: #48401B;
}
</style>
background-color css
<style>
a { background-color: #48401B; }
a { background-color: rgb(72,64,27); }
div.DivClassName
{
background-color: #48401B;
}
.BgClassName
{
background-color: #48401B;
}
</style>
border-color css
<style>
span { border-color: #48401B; }
span { border-color: rgb(72,64,27); }
td.TdClassName
{
border-color: #48401B;
}
.TagClassName
{
border-color: #48401B;
}
</style>