Shades of Madras #483D16
Tints of Madras #483D16
RGB
CMYK
RGB Variations
Color information
#483D16 (or 0x483D16) is known color: Madras. HEX triplet: 48, 3D and 16. RGB value is (72,61,22). Sum of RGB (Red+Green+Blue) = 72+61+22=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D16 is #B7C2E9. Grayscale: #3C3C3C. Windows color (decimal): -12042986 or 1457480. OLE color: 1457480.
HSL color Cylindrical-coordinate representation of color #483D16: hue angle of 46.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483D16 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 22 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.72 |
| HSL | 46.8º | 0.53% | 0.18% | - |
| HSV(B) | 46.8º | 0.69% | 0.28% | - |
| XYZ | 4.49 | 4.77 | 1.44 | - |
| YUV | 59.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 22 | 0 | 0.15 | 0.69 | 0.72 | 46.8 | 0.53 | 0.18 |
| Hex | 48 | 3D | 16 | 0 | F | 45 | 48 | 2F | 35 | 12 |
| Octal | 110 | 75 | 26 | 0 | 17 | 105 | 110 | 57 | 65 | 22 |
| Binary | 1001000 | 111101 | 10110 | 0 | 1111 | 1000101 | 1001000 | 101111 | 110101 | 10010 |
Color Harmonies of #483D16
Complementary color
Monochromatic Colors of #483D16
Black with #483D16
Text Example
Text Example
White with #483D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D16; }
p { color: rgb(72,61,22); }
H1.HeaderClassName
{
color: #483D16;
}
.AnyTagClassName
{
color: #483D16;
}
</style>
background-color css
<style>
a { background-color: #483D16; }
a { background-color: rgb(72,61,22); }
div.DivClassName
{
background-color: #483D16;
}
.BgClassName
{
background-color: #483D16;
}
</style>
border-color css
<style>
span { border-color: #483D16; }
span { border-color: rgb(72,61,22); }
td.TdClassName
{
border-color: #483D16;
}
.TagClassName
{
border-color: #483D16;
}
</style>