Shades of Madras #484113
Tints of Madras #484113
RGB
CMYK
RGB Variations
Color information
#484113 (or 0x484113) is known color: Madras. HEX triplet: 48, 41 and 13. RGB value is (72,65,19). Sum of RGB (Red+Green+Blue) = 72+65+19=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #484113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484113 is #B7BEEC. Grayscale: #3E3E3E. Windows color (decimal): -12041965 or 1261896. OLE color: 1261896.
HSL color Cylindrical-coordinate representation of color #484113: hue angle of 52.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484113 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 19 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.72 |
| HSL | 52.08º | 0.58% | 0.18% | - |
| HSV(B) | 52.08º | 0.74% | 0.28% | - |
| XYZ | 4.68 | 5.21 | 1.37 | - |
| YUV | 61.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 19 | 0 | 0.10 | 0.74 | 0.72 | 52.08 | 0.58 | 0.18 |
| Hex | 48 | 41 | 13 | 0 | A | 4A | 48 | 34 | 3A | 12 |
| Octal | 110 | 101 | 23 | 0 | 12 | 112 | 110 | 64 | 72 | 22 |
| Binary | 1001000 | 1000001 | 10011 | 0 | 1010 | 1001010 | 1001000 | 110100 | 111010 | 10010 |
Color Harmonies of #484113
Complementary color
Monochromatic Colors of #484113
Black with #484113
Text Example
Text Example
White with #484113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484113; }
p { color: rgb(72,65,19); }
H1.HeaderClassName
{
color: #484113;
}
.AnyTagClassName
{
color: #484113;
}
</style>
background-color css
<style>
a { background-color: #484113; }
a { background-color: rgb(72,65,19); }
div.DivClassName
{
background-color: #484113;
}
.BgClassName
{
background-color: #484113;
}
</style>
border-color css
<style>
span { border-color: #484113; }
span { border-color: rgb(72,65,19); }
td.TdClassName
{
border-color: #484113;
}
.TagClassName
{
border-color: #484113;
}
</style>