Shades of Madras #484115
Tints of Madras #484115
RGB
CMYK
RGB Variations
Color information
#484115 (or 0x484115) is known color: Madras. HEX triplet: 48, 41 and 15. RGB value is (72,65,21). Sum of RGB (Red+Green+Blue) = 72+65+21=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484115 is #B7BEEA. Grayscale: #3E3E3E. Windows color (decimal): -12041963 or 1392968. OLE color: 1392968.
HSL color Cylindrical-coordinate representation of color #484115: hue angle of 51.76º 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 #484115 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 21 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.72 |
| HSL | 51.76º | 0.55% | 0.18% | - |
| HSV(B) | 51.76º | 0.71% | 0.28% | - |
| XYZ | 4.7 | 5.21 | 1.47 | - |
| YUV | 62.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 21 | 0 | 0.10 | 0.71 | 0.72 | 51.76 | 0.55 | 0.18 |
| Hex | 48 | 41 | 15 | 0 | A | 47 | 48 | 34 | 37 | 12 |
| Octal | 110 | 101 | 25 | 0 | 12 | 107 | 110 | 64 | 67 | 22 |
| Binary | 1001000 | 1000001 | 10101 | 0 | 1010 | 1000111 | 1001000 | 110100 | 110111 | 10010 |
Color Harmonies of #484115
Complementary color
Monochromatic Colors of #484115
Black with #484115
Text Example
Text Example
White with #484115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484115; }
p { color: rgb(72,65,21); }
H1.HeaderClassName
{
color: #484115;
}
.AnyTagClassName
{
color: #484115;
}
</style>
background-color css
<style>
a { background-color: #484115; }
a { background-color: rgb(72,65,21); }
div.DivClassName
{
background-color: #484115;
}
.BgClassName
{
background-color: #484115;
}
</style>
border-color css
<style>
span { border-color: #484115; }
span { border-color: rgb(72,65,21); }
td.TdClassName
{
border-color: #484115;
}
.TagClassName
{
border-color: #484115;
}
</style>