Shades of Madras #483A16
Tints of Madras #483A16
RGB
CMYK
RGB Variations
Color information
#483A16 (or 0x483A16) is known color: Madras. HEX triplet: 48, 3A and 16. RGB value is (72,58,22). Sum of RGB (Red+Green+Blue) = 72+58+22=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A16 is #B7C5E9. Grayscale: #3A3A3A. Windows color (decimal): -12043754 or 1456712. OLE color: 1456712.
HSL color Cylindrical-coordinate representation of color #483A16: hue angle of 43.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 #483A16 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 22 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.72 |
| HSL | 43.2º | 0.53% | 0.18% | - |
| HSV(B) | 43.2º | 0.69% | 0.28% | - |
| XYZ | 4.33 | 4.46 | 1.39 | - |
| YUV | 58.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 22 | 0 | 0.19 | 0.69 | 0.72 | 43.2 | 0.53 | 0.18 |
| Hex | 48 | 3A | 16 | 0 | 13 | 45 | 48 | 2B | 35 | 12 |
| Octal | 110 | 72 | 26 | 0 | 23 | 105 | 110 | 53 | 65 | 22 |
| Binary | 1001000 | 111010 | 10110 | 0 | 10011 | 1000101 | 1001000 | 101011 | 110101 | 10010 |
Color Harmonies of #483A16
Complementary color
Monochromatic Colors of #483A16
Black with #483A16
Text Example
Text Example
White with #483A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A16; }
p { color: rgb(72,58,22); }
H1.HeaderClassName
{
color: #483A16;
}
.AnyTagClassName
{
color: #483A16;
}
</style>
background-color css
<style>
a { background-color: #483A16; }
a { background-color: rgb(72,58,22); }
div.DivClassName
{
background-color: #483A16;
}
.BgClassName
{
background-color: #483A16;
}
</style>
border-color css
<style>
span { border-color: #483A16; }
span { border-color: rgb(72,58,22); }
td.TdClassName
{
border-color: #483A16;
}
.TagClassName
{
border-color: #483A16;
}
</style>