Shades of Madras #483C21
Tints of Madras #483C21
RGB
CMYK
RGB Variations
Color information
#483C21 (or 0x483C21) is known color: Madras. HEX triplet: 48, 3C and 21. RGB value is (72,60,33). Sum of RGB (Red+Green+Blue) = 72+60+33=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C21 is #B7C3DE. Grayscale: #3C3C3C. Windows color (decimal): -12043231 or 2178120. OLE color: 2178120.
HSL color Cylindrical-coordinate representation of color #483C21: hue angle of 41.54º 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 #483C21 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 33 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.72 |
| HSL | 41.54º | 0.37% | 0.21% | - |
| HSV(B) | 41.54º | 0.54% | 0.28% | - |
| XYZ | 4.56 | 4.72 | 2.11 | - |
| YUV | 60.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 33 | 0 | 0.17 | 0.54 | 0.72 | 41.54 | 0.37 | 0.21 |
| Hex | 48 | 3C | 21 | 0 | 11 | 36 | 48 | 2A | 25 | 15 |
| Octal | 110 | 74 | 41 | 0 | 21 | 66 | 110 | 52 | 45 | 25 |
| Binary | 1001000 | 111100 | 100001 | 0 | 10001 | 110110 | 1001000 | 101010 | 100101 | 10101 |
Color Harmonies of #483C21
Complementary color
Monochromatic Colors of #483C21
Black with #483C21
Text Example
Text Example
White with #483C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C21; }
p { color: rgb(72,60,33); }
H1.HeaderClassName
{
color: #483C21;
}
.AnyTagClassName
{
color: #483C21;
}
</style>
background-color css
<style>
a { background-color: #483C21; }
a { background-color: rgb(72,60,33); }
div.DivClassName
{
background-color: #483C21;
}
.BgClassName
{
background-color: #483C21;
}
</style>
border-color css
<style>
span { border-color: #483C21; }
span { border-color: rgb(72,60,33); }
td.TdClassName
{
border-color: #483C21;
}
.TagClassName
{
border-color: #483C21;
}
</style>