Shades of Madras #484415
Tints of Madras #484415
RGB
CMYK
RGB Variations
Color information
#484415 (or 0x484415) is known color: Madras. HEX triplet: 48, 44 and 15. RGB value is (72,68,21). Sum of RGB (Red+Green+Blue) = 72+68+21=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484415 is #B7BBEA. Grayscale: #404040. Windows color (decimal): -12041195 or 1393736. OLE color: 1393736.
HSL color Cylindrical-coordinate representation of color #484415: hue angle of 55.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484415 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 21 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.72 |
| HSL | 55.29º | 0.55% | 0.18% | - |
| HSV(B) | 55.29º | 0.71% | 0.28% | - |
| XYZ | 4.87 | 5.57 | 1.53 | - |
| YUV | 63.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 21 | 0 | 0.06 | 0.71 | 0.72 | 55.29 | 0.55 | 0.18 |
| Hex | 48 | 44 | 15 | 0 | 6 | 47 | 48 | 37 | 37 | 12 |
| Octal | 110 | 104 | 25 | 0 | 6 | 107 | 110 | 67 | 67 | 22 |
| Binary | 1001000 | 1000100 | 10101 | 0 | 110 | 1000111 | 1001000 | 110111 | 110111 | 10010 |
Color Harmonies of #484415
Complementary color
Monochromatic Colors of #484415
Black with #484415
Text Example
Text Example
White with #484415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484415; }
p { color: rgb(72,68,21); }
H1.HeaderClassName
{
color: #484415;
}
.AnyTagClassName
{
color: #484415;
}
</style>
background-color css
<style>
a { background-color: #484415; }
a { background-color: rgb(72,68,21); }
div.DivClassName
{
background-color: #484415;
}
.BgClassName
{
background-color: #484415;
}
</style>
border-color css
<style>
span { border-color: #484415; }
span { border-color: rgb(72,68,21); }
td.TdClassName
{
border-color: #484415;
}
.TagClassName
{
border-color: #484415;
}
</style>