Shades of Madras #484024
Tints of Madras #484024
RGB
CMYK
RGB Variations
Color information
#484024 (or 0x484024) is known color: Madras. HEX triplet: 48, 40 and 24. RGB value is (72,64,36). Sum of RGB (Red+Green+Blue) = 72+64+36=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484024 is #B7BFDB. Grayscale: #3F3F3F. Windows color (decimal): -12042204 or 2375752. OLE color: 2375752.
HSL color Cylindrical-coordinate representation of color #484024: hue angle of 46.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484024 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 36 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.72 |
| HSL | 46.67º | 0.33% | 0.21% | - |
| HSV(B) | 46.67º | 0.5% | 0.28% | - |
| XYZ | 4.82 | 5.17 | 2.41 | - |
| YUV | 63.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 36 | 0 | 0.11 | 0.5 | 0.72 | 46.67 | 0.33 | 0.21 |
| Hex | 48 | 40 | 24 | 0 | B | 32 | 48 | 2F | 21 | 15 |
| Octal | 110 | 100 | 44 | 0 | 13 | 62 | 110 | 57 | 41 | 25 |
| Binary | 1001000 | 1000000 | 100100 | 0 | 1011 | 110010 | 1001000 | 101111 | 100001 | 10101 |
Color Harmonies of #484024
Complementary color
Monochromatic Colors of #484024
Black with #484024
Text Example
Text Example
White with #484024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484024; }
p { color: rgb(72,64,36); }
H1.HeaderClassName
{
color: #484024;
}
.AnyTagClassName
{
color: #484024;
}
</style>
background-color css
<style>
a { background-color: #484024; }
a { background-color: rgb(72,64,36); }
div.DivClassName
{
background-color: #484024;
}
.BgClassName
{
background-color: #484024;
}
</style>
border-color css
<style>
span { border-color: #484024; }
span { border-color: rgb(72,64,36); }
td.TdClassName
{
border-color: #484024;
}
.TagClassName
{
border-color: #484024;
}
</style>