Shades of Madras #483F24
Tints of Madras #483F24
RGB
CMYK
RGB Variations
Color information
#483F24 (or 0x483F24) is known color: Madras. HEX triplet: 48, 3F and 24. RGB value is (72,63,36). Sum of RGB (Red+Green+Blue) = 72+63+36=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F24 is #B7C0DB. Grayscale: #3E3E3E. Windows color (decimal): -12042460 or 2375496. OLE color: 2375496.
HSL color Cylindrical-coordinate representation of color #483F24: hue angle of 45º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483F24 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 36 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.72 |
| HSL | 45º | 0.33% | 0.21% | - |
| HSV(B) | 45º | 0.5% | 0.28% | - |
| XYZ | 4.77 | 5.06 | 2.39 | - |
| YUV | 62.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 36 | 0 | 0.12 | 0.5 | 0.72 | 45 | 0.33 | 0.21 |
| Hex | 48 | 3F | 24 | 0 | C | 32 | 48 | 2D | 21 | 15 |
| Octal | 110 | 77 | 44 | 0 | 14 | 62 | 110 | 55 | 41 | 25 |
| Binary | 1001000 | 111111 | 100100 | 0 | 1100 | 110010 | 1001000 | 101101 | 100001 | 10101 |
Color Harmonies of #483F24
Complementary color
Monochromatic Colors of #483F24
Black with #483F24
Text Example
Text Example
White with #483F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F24; }
p { color: rgb(72,63,36); }
H1.HeaderClassName
{
color: #483F24;
}
.AnyTagClassName
{
color: #483F24;
}
</style>
background-color css
<style>
a { background-color: #483F24; }
a { background-color: rgb(72,63,36); }
div.DivClassName
{
background-color: #483F24;
}
.BgClassName
{
background-color: #483F24;
}
</style>
border-color css
<style>
span { border-color: #483F24; }
span { border-color: rgb(72,63,36); }
td.TdClassName
{
border-color: #483F24;
}
.TagClassName
{
border-color: #483F24;
}
</style>