Shades of Madras #48421A
Tints of Madras #48421A
RGB
CMYK
RGB Variations
Color information
#48421A (or 0x48421A) is known color: Madras. HEX triplet: 48, 42 and 1A. RGB value is (72,66,26). Sum of RGB (Red+Green+Blue) = 72+66+26=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48421A is #B7BDE5. Grayscale: #3F3F3F. Windows color (decimal): -12041702 or 1720904. OLE color: 1720904.
HSL color Cylindrical-coordinate representation of color #48421A: hue angle of 52.17º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48421A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 26 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.72 |
| HSL | 52.17º | 0.47% | 0.19% | - |
| HSV(B) | 52.17º | 0.64% | 0.28% | - |
| XYZ | 4.81 | 5.35 | 1.76 | - |
| YUV | 63.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 26 | 0 | 0.08 | 0.64 | 0.72 | 52.17 | 0.47 | 0.19 |
| Hex | 48 | 42 | 1A | 0 | 8 | 40 | 48 | 34 | 2F | 13 |
| Octal | 110 | 102 | 32 | 0 | 10 | 100 | 110 | 64 | 57 | 23 |
| Binary | 1001000 | 1000010 | 11010 | 0 | 1000 | 1000000 | 1001000 | 110100 | 101111 | 10011 |
Color Harmonies of #48421A
Complementary color
Monochromatic Colors of #48421A
Black with #48421A
Text Example
Text Example
White with #48421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48421A; }
p { color: rgb(72,66,26); }
H1.HeaderClassName
{
color: #48421A;
}
.AnyTagClassName
{
color: #48421A;
}
</style>
background-color css
<style>
a { background-color: #48421A; }
a { background-color: rgb(72,66,26); }
div.DivClassName
{
background-color: #48421A;
}
.BgClassName
{
background-color: #48421A;
}
</style>
border-color css
<style>
span { border-color: #48421A; }
span { border-color: rgb(72,66,26); }
td.TdClassName
{
border-color: #48421A;
}
.TagClassName
{
border-color: #48421A;
}
</style>