Shades of Madras #483C1F
Tints of Madras #483C1F
RGB
CMYK
RGB Variations
Color information
#483C1F (or 0x483C1F) is known color: Madras. HEX triplet: 48, 3C and 1F. RGB value is (72,60,31). Sum of RGB (Red+Green+Blue) = 72+60+31=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C1F is #B7C3E0. Grayscale: #3C3C3C. Windows color (decimal): -12043233 or 2047048. OLE color: 2047048.
HSL color Cylindrical-coordinate representation of color #483C1F: hue angle of 42.44º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #483C1F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 31 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.72 |
| HSL | 42.44º | 0.4% | 0.2% | - |
| HSV(B) | 42.44º | 0.57% | 0.28% | - |
| XYZ | 4.54 | 4.71 | 1.97 | - |
| YUV | 60.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 31 | 0 | 0.17 | 0.57 | 0.72 | 42.44 | 0.4 | 0.2 |
| Hex | 48 | 3C | 1F | 0 | 11 | 39 | 48 | 2A | 28 | 14 |
| Octal | 110 | 74 | 37 | 0 | 21 | 71 | 110 | 52 | 50 | 24 |
| Binary | 1001000 | 111100 | 11111 | 0 | 10001 | 111001 | 1001000 | 101010 | 101000 | 10100 |
Color Harmonies of #483C1F
Complementary color
Monochromatic Colors of #483C1F
Black with #483C1F
Text Example
Text Example
White with #483C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C1F; }
p { color: rgb(72,60,31); }
H1.HeaderClassName
{
color: #483C1F;
}
.AnyTagClassName
{
color: #483C1F;
}
</style>
background-color css
<style>
a { background-color: #483C1F; }
a { background-color: rgb(72,60,31); }
div.DivClassName
{
background-color: #483C1F;
}
.BgClassName
{
background-color: #483C1F;
}
</style>
border-color css
<style>
span { border-color: #483C1F; }
span { border-color: rgb(72,60,31); }
td.TdClassName
{
border-color: #483C1F;
}
.TagClassName
{
border-color: #483C1F;
}
</style>