Shades of Madras #483E15
Tints of Madras #483E15
RGB
CMYK
RGB Variations
Color information
#483E15 (or 0x483E15) is known color: Madras. HEX triplet: 48, 3E and 15. RGB value is (72,62,21). Sum of RGB (Red+Green+Blue) = 72+62+21=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E15 is #B7C1EA. Grayscale: #3C3C3C. Windows color (decimal): -12042731 or 1392200. OLE color: 1392200.
HSL color Cylindrical-coordinate representation of color #483E15: hue angle of 48.24º 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 #483E15 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 21 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.72 |
| HSL | 48.24º | 0.55% | 0.18% | - |
| HSV(B) | 48.24º | 0.71% | 0.28% | - |
| XYZ | 4.53 | 4.88 | 1.41 | - |
| YUV | 60.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 21 | 0 | 0.14 | 0.71 | 0.72 | 48.24 | 0.55 | 0.18 |
| Hex | 48 | 3E | 15 | 0 | E | 47 | 48 | 30 | 37 | 12 |
| Octal | 110 | 76 | 25 | 0 | 16 | 107 | 110 | 60 | 67 | 22 |
| Binary | 1001000 | 111110 | 10101 | 0 | 1110 | 1000111 | 1001000 | 110000 | 110111 | 10010 |
Color Harmonies of #483E15
Complementary color
Monochromatic Colors of #483E15
Black with #483E15
Text Example
Text Example
White with #483E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E15; }
p { color: rgb(72,62,21); }
H1.HeaderClassName
{
color: #483E15;
}
.AnyTagClassName
{
color: #483E15;
}
</style>
background-color css
<style>
a { background-color: #483E15; }
a { background-color: rgb(72,62,21); }
div.DivClassName
{
background-color: #483E15;
}
.BgClassName
{
background-color: #483E15;
}
</style>
border-color css
<style>
span { border-color: #483E15; }
span { border-color: rgb(72,62,21); }
td.TdClassName
{
border-color: #483E15;
}
.TagClassName
{
border-color: #483E15;
}
</style>