Shades of Madras #483F16
Tints of Madras #483F16
RGB
CMYK
RGB Variations
Color information
#483F16 (or 0x483F16) is known color: Madras. HEX triplet: 48, 3F and 16. RGB value is (72,63,22). Sum of RGB (Red+Green+Blue) = 72+63+22=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F16 is #B7C0E9. Grayscale: #3D3D3D. Windows color (decimal): -12042474 or 1457992. OLE color: 1457992.
HSL color Cylindrical-coordinate representation of color #483F16: hue angle of 49.2º 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 #483F16 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 22 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.72 |
| HSL | 49.2º | 0.53% | 0.18% | - |
| HSV(B) | 49.2º | 0.69% | 0.28% | - |
| XYZ | 4.59 | 4.99 | 1.48 | - |
| YUV | 61.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 22 | 0 | 0.12 | 0.69 | 0.72 | 49.2 | 0.53 | 0.18 |
| Hex | 48 | 3F | 16 | 0 | C | 45 | 48 | 31 | 35 | 12 |
| Octal | 110 | 77 | 26 | 0 | 14 | 105 | 110 | 61 | 65 | 22 |
| Binary | 1001000 | 111111 | 10110 | 0 | 1100 | 1000101 | 1001000 | 110001 | 110101 | 10010 |
Color Harmonies of #483F16
Complementary color
Monochromatic Colors of #483F16
Black with #483F16
Text Example
Text Example
White with #483F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F16; }
p { color: rgb(72,63,22); }
H1.HeaderClassName
{
color: #483F16;
}
.AnyTagClassName
{
color: #483F16;
}
</style>
background-color css
<style>
a { background-color: #483F16; }
a { background-color: rgb(72,63,22); }
div.DivClassName
{
background-color: #483F16;
}
.BgClassName
{
background-color: #483F16;
}
</style>
border-color css
<style>
span { border-color: #483F16; }
span { border-color: rgb(72,63,22); }
td.TdClassName
{
border-color: #483F16;
}
.TagClassName
{
border-color: #483F16;
}
</style>