Shades of Madras #483C19
Tints of Madras #483C19
RGB
CMYK
RGB Variations
Color information
#483C19 (or 0x483C19) is known color: Madras. HEX triplet: 48, 3C and 19. RGB value is (72,60,25). Sum of RGB (Red+Green+Blue) = 72+60+25=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C19 is #B7C3E6. Grayscale: #3B3B3B. Windows color (decimal): -12043239 or 1653832. OLE color: 1653832.
HSL color Cylindrical-coordinate representation of color #483C19: hue angle of 44.68º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483C19 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 25 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.72 |
| HSL | 44.68º | 0.48% | 0.19% | - |
| HSV(B) | 44.68º | 0.65% | 0.28% | - |
| XYZ | 4.46 | 4.68 | 1.59 | - |
| YUV | 59.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 25 | 0 | 0.17 | 0.65 | 0.72 | 44.68 | 0.48 | 0.19 |
| Hex | 48 | 3C | 19 | 0 | 11 | 41 | 48 | 2D | 30 | 13 |
| Octal | 110 | 74 | 31 | 0 | 21 | 101 | 110 | 55 | 60 | 23 |
| Binary | 1001000 | 111100 | 11001 | 0 | 10001 | 1000001 | 1001000 | 101101 | 110000 | 10011 |
Color Harmonies of #483C19
Complementary color
Monochromatic Colors of #483C19
Black with #483C19
Text Example
Text Example
White with #483C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C19; }
p { color: rgb(72,60,25); }
H1.HeaderClassName
{
color: #483C19;
}
.AnyTagClassName
{
color: #483C19;
}
</style>
background-color css
<style>
a { background-color: #483C19; }
a { background-color: rgb(72,60,25); }
div.DivClassName
{
background-color: #483C19;
}
.BgClassName
{
background-color: #483C19;
}
</style>
border-color css
<style>
span { border-color: #483C19; }
span { border-color: rgb(72,60,25); }
td.TdClassName
{
border-color: #483C19;
}
.TagClassName
{
border-color: #483C19;
}
</style>