Shades of Madras #483F21
Tints of Madras #483F21
RGB
CMYK
RGB Variations
Color information
#483F21 (or 0x483F21) is known color: Madras. HEX triplet: 48, 3F and 21. RGB value is (72,63,33). Sum of RGB (Red+Green+Blue) = 72+63+33=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F21 is #B7C0DE. Grayscale: #3E3E3E. Windows color (decimal): -12042463 or 2178888. OLE color: 2178888.
HSL color Cylindrical-coordinate representation of color #483F21: hue angle of 46.15º 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 #483F21 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 33 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.72 |
| HSL | 46.15º | 0.37% | 0.21% | - |
| HSV(B) | 46.15º | 0.54% | 0.28% | - |
| XYZ | 4.72 | 5.04 | 2.16 | - |
| YUV | 62.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 33 | 0 | 0.12 | 0.54 | 0.72 | 46.15 | 0.37 | 0.21 |
| Hex | 48 | 3F | 21 | 0 | C | 36 | 48 | 2E | 25 | 15 |
| Octal | 110 | 77 | 41 | 0 | 14 | 66 | 110 | 56 | 45 | 25 |
| Binary | 1001000 | 111111 | 100001 | 0 | 1100 | 110110 | 1001000 | 101110 | 100101 | 10101 |
Color Harmonies of #483F21
Complementary color
Monochromatic Colors of #483F21
Black with #483F21
Text Example
Text Example
White with #483F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F21; }
p { color: rgb(72,63,33); }
H1.HeaderClassName
{
color: #483F21;
}
.AnyTagClassName
{
color: #483F21;
}
</style>
background-color css
<style>
a { background-color: #483F21; }
a { background-color: rgb(72,63,33); }
div.DivClassName
{
background-color: #483F21;
}
.BgClassName
{
background-color: #483F21;
}
</style>
border-color css
<style>
span { border-color: #483F21; }
span { border-color: rgb(72,63,33); }
td.TdClassName
{
border-color: #483F21;
}
.TagClassName
{
border-color: #483F21;
}
</style>