Shades of Madras #483D18
Tints of Madras #483D18
RGB
CMYK
RGB Variations
Color information
#483D18 (or 0x483D18) is known color: Madras. HEX triplet: 48, 3D and 18. RGB value is (72,61,24). Sum of RGB (Red+Green+Blue) = 72+61+24=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D18 is #B7C2E7. Grayscale: #3C3C3C. Windows color (decimal): -12042984 or 1588552. OLE color: 1588552.
HSL color Cylindrical-coordinate representation of color #483D18: hue angle of 46.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483D18 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 24 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.72 |
| HSL | 46.25º | 0.5% | 0.19% | - |
| HSV(B) | 46.25º | 0.67% | 0.28% | - |
| XYZ | 4.51 | 4.78 | 1.55 | - |
| YUV | 60.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 24 | 0 | 0.15 | 0.67 | 0.72 | 46.25 | 0.5 | 0.19 |
| Hex | 48 | 3D | 18 | 0 | F | 43 | 48 | 2E | 32 | 13 |
| Octal | 110 | 75 | 30 | 0 | 17 | 103 | 110 | 56 | 62 | 23 |
| Binary | 1001000 | 111101 | 11000 | 0 | 1111 | 1000011 | 1001000 | 101110 | 110010 | 10011 |
Color Harmonies of #483D18
Complementary color
Monochromatic Colors of #483D18
Black with #483D18
Text Example
Text Example
White with #483D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D18; }
p { color: rgb(72,61,24); }
H1.HeaderClassName
{
color: #483D18;
}
.AnyTagClassName
{
color: #483D18;
}
</style>
background-color css
<style>
a { background-color: #483D18; }
a { background-color: rgb(72,61,24); }
div.DivClassName
{
background-color: #483D18;
}
.BgClassName
{
background-color: #483D18;
}
</style>
border-color css
<style>
span { border-color: #483D18; }
span { border-color: rgb(72,61,24); }
td.TdClassName
{
border-color: #483D18;
}
.TagClassName
{
border-color: #483D18;
}
</style>