Shades of Madras #483B10
Tints of Madras #483B10
RGB
CMYK
RGB Variations
Color information
#483B10 (or 0x483B10) is known color: Madras. HEX triplet: 48, 3B and 10. RGB value is (72,59,16). Sum of RGB (Red+Green+Blue) = 72+59+16=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B10 is #B7C4EF. Grayscale: #3A3A3A. Windows color (decimal): -12043504 or 1063752. OLE color: 1063752.
HSL color Cylindrical-coordinate representation of color #483B10: hue angle of 46.07º 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 #483B10 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 16 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.72 |
| HSL | 46.07º | 0.64% | 0.17% | - |
| HSV(B) | 46.07º | 0.78% | 0.28% | - |
| XYZ | 4.33 | 4.54 | 1.14 | - |
| YUV | 57.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 16 | 0 | 0.18 | 0.78 | 0.72 | 46.07 | 0.64 | 0.17 |
| Hex | 48 | 3B | 10 | 0 | 12 | 4E | 48 | 2E | 40 | 11 |
| Octal | 110 | 73 | 20 | 0 | 22 | 116 | 110 | 56 | 100 | 21 |
| Binary | 1001000 | 111011 | 10000 | 0 | 10010 | 1001110 | 1001000 | 101110 | 1000000 | 10001 |
Color Harmonies of #483B10
Complementary color
Monochromatic Colors of #483B10
Black with #483B10
Text Example
Text Example
White with #483B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B10; }
p { color: rgb(72,59,16); }
H1.HeaderClassName
{
color: #483B10;
}
.AnyTagClassName
{
color: #483B10;
}
</style>
background-color css
<style>
a { background-color: #483B10; }
a { background-color: rgb(72,59,16); }
div.DivClassName
{
background-color: #483B10;
}
.BgClassName
{
background-color: #483B10;
}
</style>
border-color css
<style>
span { border-color: #483B10; }
span { border-color: rgb(72,59,16); }
td.TdClassName
{
border-color: #483B10;
}
.TagClassName
{
border-color: #483B10;
}
</style>