Shades of Madras #48421D
Tints of Madras #48421D
RGB
CMYK
RGB Variations
Color information
#48421D (or 0x48421D) is known color: Madras. HEX triplet: 48, 42 and 1D. RGB value is (72,66,29). Sum of RGB (Red+Green+Blue) = 72+66+29=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421D is #B7BDE2. Grayscale: #3F3F3F. Windows color (decimal): -12041699 or 1917512. OLE color: 1917512.
HSL color Cylindrical-coordinate representation of color #48421D: hue angle of 51.63º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48421D is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 29 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.72 |
| HSL | 51.63º | 0.43% | 0.2% | - |
| HSV(B) | 51.63º | 0.6% | 0.28% | - |
| XYZ | 4.84 | 5.36 | 1.94 | - |
| YUV | 63.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 29 | 0 | 0.08 | 0.60 | 0.72 | 51.63 | 0.43 | 0.2 |
| Hex | 48 | 42 | 1D | 0 | 8 | 3C | 48 | 34 | 2B | 14 |
| Octal | 110 | 102 | 35 | 0 | 10 | 74 | 110 | 64 | 53 | 24 |
| Binary | 1001000 | 1000010 | 11101 | 0 | 1000 | 111100 | 1001000 | 110100 | 101011 | 10100 |
Color Harmonies of #48421D
Complementary color
Monochromatic Colors of #48421D
Black with #48421D
Text Example
Text Example
White with #48421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48421D; }
p { color: rgb(72,66,29); }
H1.HeaderClassName
{
color: #48421D;
}
.AnyTagClassName
{
color: #48421D;
}
</style>
background-color css
<style>
a { background-color: #48421D; }
a { background-color: rgb(72,66,29); }
div.DivClassName
{
background-color: #48421D;
}
.BgClassName
{
background-color: #48421D;
}
</style>
border-color css
<style>
span { border-color: #48421D; }
span { border-color: rgb(72,66,29); }
td.TdClassName
{
border-color: #48421D;
}
.TagClassName
{
border-color: #48421D;
}
</style>