Shades of Madras #483D10
Tints of Madras #483D10
RGB
CMYK
RGB Variations
Color information
#483D10 (or 0x483D10) is known color: Madras. HEX triplet: 48, 3D and 10. RGB value is (72,61,16). Sum of RGB (Red+Green+Blue) = 72+61+16=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D10 is #B7C2EF. Grayscale: #3B3B3B. Windows color (decimal): -12042992 or 1064264. OLE color: 1064264.
HSL color Cylindrical-coordinate representation of color #483D10: hue angle of 48.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483D10 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 16 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.72 |
| HSL | 48.21º | 0.64% | 0.17% | - |
| HSV(B) | 48.21º | 0.78% | 0.28% | - |
| XYZ | 4.43 | 4.75 | 1.17 | - |
| YUV | 59.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 16 | 0 | 0.15 | 0.78 | 0.72 | 48.21 | 0.64 | 0.17 |
| Hex | 48 | 3D | 10 | 0 | F | 4E | 48 | 30 | 40 | 11 |
| Octal | 110 | 75 | 20 | 0 | 17 | 116 | 110 | 60 | 100 | 21 |
| Binary | 1001000 | 111101 | 10000 | 0 | 1111 | 1001110 | 1001000 | 110000 | 1000000 | 10001 |
Color Harmonies of #483D10
Complementary color
Monochromatic Colors of #483D10
Black with #483D10
Text Example
Text Example
White with #483D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D10; }
p { color: rgb(72,61,16); }
H1.HeaderClassName
{
color: #483D10;
}
.AnyTagClassName
{
color: #483D10;
}
</style>
background-color css
<style>
a { background-color: #483D10; }
a { background-color: rgb(72,61,16); }
div.DivClassName
{
background-color: #483D10;
}
.BgClassName
{
background-color: #483D10;
}
</style>
border-color css
<style>
span { border-color: #483D10; }
span { border-color: rgb(72,61,16); }
td.TdClassName
{
border-color: #483D10;
}
.TagClassName
{
border-color: #483D10;
}
</style>