Shades of Madras #483B15
Tints of Madras #483B15
RGB
CMYK
RGB Variations
Color information
#483B15 (or 0x483B15) is known color: Madras. HEX triplet: 48, 3B and 15. RGB value is (72,59,21). Sum of RGB (Red+Green+Blue) = 72+59+21=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B15 is #B7C4EA. Grayscale: #3A3A3A. Windows color (decimal): -12043499 or 1391432. OLE color: 1391432.
HSL color Cylindrical-coordinate representation of color #483B15: hue angle of 44.71º 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 #483B15 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 21 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.72 |
| HSL | 44.71º | 0.55% | 0.18% | - |
| HSV(B) | 44.71º | 0.71% | 0.28% | - |
| XYZ | 4.37 | 4.56 | 1.36 | - |
| YUV | 58.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 21 | 0 | 0.18 | 0.71 | 0.72 | 44.71 | 0.55 | 0.18 |
| Hex | 48 | 3B | 15 | 0 | 12 | 47 | 48 | 2D | 37 | 12 |
| Octal | 110 | 73 | 25 | 0 | 22 | 107 | 110 | 55 | 67 | 22 |
| Binary | 1001000 | 111011 | 10101 | 0 | 10010 | 1000111 | 1001000 | 101101 | 110111 | 10010 |
Color Harmonies of #483B15
Complementary color
Monochromatic Colors of #483B15
Black with #483B15
Text Example
Text Example
White with #483B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B15; }
p { color: rgb(72,59,21); }
H1.HeaderClassName
{
color: #483B15;
}
.AnyTagClassName
{
color: #483B15;
}
</style>
background-color css
<style>
a { background-color: #483B15; }
a { background-color: rgb(72,59,21); }
div.DivClassName
{
background-color: #483B15;
}
.BgClassName
{
background-color: #483B15;
}
</style>
border-color css
<style>
span { border-color: #483B15; }
span { border-color: rgb(72,59,21); }
td.TdClassName
{
border-color: #483B15;
}
.TagClassName
{
border-color: #483B15;
}
</style>