Shades of Madras #483A19
Tints of Madras #483A19
RGB
CMYK
RGB Variations
Color information
#483A19 (or 0x483A19) is known color: Madras. HEX triplet: 48, 3A and 19. RGB value is (72,58,25). Sum of RGB (Red+Green+Blue) = 72+58+25=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A19 is #B7C5E6. Grayscale: #3A3A3A. Windows color (decimal): -12043751 or 1653320. OLE color: 1653320.
HSL color Cylindrical-coordinate representation of color #483A19: hue angle of 42.13º 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 #483A19 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 25 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.72 |
| HSL | 42.13º | 0.48% | 0.19% | - |
| HSV(B) | 42.13º | 0.65% | 0.28% | - |
| XYZ | 4.36 | 4.47 | 1.55 | - |
| YUV | 58.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 25 | 0 | 0.19 | 0.65 | 0.72 | 42.13 | 0.48 | 0.19 |
| Hex | 48 | 3A | 19 | 0 | 13 | 41 | 48 | 2A | 30 | 13 |
| Octal | 110 | 72 | 31 | 0 | 23 | 101 | 110 | 52 | 60 | 23 |
| Binary | 1001000 | 111010 | 11001 | 0 | 10011 | 1000001 | 1001000 | 101010 | 110000 | 10011 |
Color Harmonies of #483A19
Complementary color
Monochromatic Colors of #483A19
Black with #483A19
Text Example
Text Example
White with #483A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A19; }
p { color: rgb(72,58,25); }
H1.HeaderClassName
{
color: #483A19;
}
.AnyTagClassName
{
color: #483A19;
}
</style>
background-color css
<style>
a { background-color: #483A19; }
a { background-color: rgb(72,58,25); }
div.DivClassName
{
background-color: #483A19;
}
.BgClassName
{
background-color: #483A19;
}
</style>
border-color css
<style>
span { border-color: #483A19; }
span { border-color: rgb(72,58,25); }
td.TdClassName
{
border-color: #483A19;
}
.TagClassName
{
border-color: #483A19;
}
</style>