Shades of Madras #483B21
Tints of Madras #483B21
RGB
CMYK
RGB Variations
Color information
#483B21 (or 0x483B21) is known color: Madras. HEX triplet: 48, 3B and 21. RGB value is (72,59,33). Sum of RGB (Red+Green+Blue) = 72+59+33=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B21 is #B7C4DE. Grayscale: #3C3C3C. Windows color (decimal): -12043487 or 2177864. OLE color: 2177864.
HSL color Cylindrical-coordinate representation of color #483B21: hue angle of 40º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483B21 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 33 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.72 |
| HSL | 40º | 0.37% | 0.21% | - |
| HSV(B) | 40º | 0.54% | 0.28% | - |
| XYZ | 4.51 | 4.62 | 2.09 | - |
| YUV | 59.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 33 | 0 | 0.18 | 0.54 | 0.72 | 40 | 0.37 | 0.21 |
| Hex | 48 | 3B | 21 | 0 | 12 | 36 | 48 | 28 | 25 | 15 |
| Octal | 110 | 73 | 41 | 0 | 22 | 66 | 110 | 50 | 45 | 25 |
| Binary | 1001000 | 111011 | 100001 | 0 | 10010 | 110110 | 1001000 | 101000 | 100101 | 10101 |
Color Harmonies of #483B21
Complementary color
Monochromatic Colors of #483B21
Black with #483B21
Text Example
Text Example
White with #483B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B21; }
p { color: rgb(72,59,33); }
H1.HeaderClassName
{
color: #483B21;
}
.AnyTagClassName
{
color: #483B21;
}
</style>
background-color css
<style>
a { background-color: #483B21; }
a { background-color: rgb(72,59,33); }
div.DivClassName
{
background-color: #483B21;
}
.BgClassName
{
background-color: #483B21;
}
</style>
border-color css
<style>
span { border-color: #483B21; }
span { border-color: rgb(72,59,33); }
td.TdClassName
{
border-color: #483B21;
}
.TagClassName
{
border-color: #483B21;
}
</style>