Shades of Madras #483C20
Tints of Madras #483C20
RGB
CMYK
RGB Variations
Color information
#483C20 (or 0x483C20) is known color: Madras. HEX triplet: 48, 3C and 20. RGB value is (72,60,32). Sum of RGB (Red+Green+Blue) = 72+60+32=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C20 is #B7C3DF. Grayscale: #3C3C3C. Windows color (decimal): -12043232 or 2112584. OLE color: 2112584.
HSL color Cylindrical-coordinate representation of color #483C20: hue angle of 42º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483C20 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 32 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.72 |
| HSL | 42º | 0.38% | 0.2% | - |
| HSV(B) | 42º | 0.56% | 0.28% | - |
| XYZ | 4.55 | 4.71 | 2.04 | - |
| YUV | 60.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 32 | 0 | 0.17 | 0.56 | 0.72 | 42 | 0.38 | 0.2 |
| Hex | 48 | 3C | 20 | 0 | 11 | 38 | 48 | 2A | 26 | 14 |
| Octal | 110 | 74 | 40 | 0 | 21 | 70 | 110 | 52 | 46 | 24 |
| Binary | 1001000 | 111100 | 100000 | 0 | 10001 | 111000 | 1001000 | 101010 | 100110 | 10100 |
Color Harmonies of #483C20
Complementary color
Monochromatic Colors of #483C20
Black with #483C20
Text Example
Text Example
White with #483C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C20; }
p { color: rgb(72,60,32); }
H1.HeaderClassName
{
color: #483C20;
}
.AnyTagClassName
{
color: #483C20;
}
</style>
background-color css
<style>
a { background-color: #483C20; }
a { background-color: rgb(72,60,32); }
div.DivClassName
{
background-color: #483C20;
}
.BgClassName
{
background-color: #483C20;
}
</style>
border-color css
<style>
span { border-color: #483C20; }
span { border-color: rgb(72,60,32); }
td.TdClassName
{
border-color: #483C20;
}
.TagClassName
{
border-color: #483C20;
}
</style>