Shades of Madras #48380A
Tints of Madras #48380A
RGB
CMYK
RGB Variations
Color information
#48380A (or 0x48380A) is known color: Madras. HEX triplet: 48, 38 and 0A. RGB value is (72,56,10). Sum of RGB (Red+Green+Blue) = 72+56+10=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48380A is #B7C7F5. Grayscale: #373737. Windows color (decimal): -12044278 or 669768. OLE color: 669768.
HSL color Cylindrical-coordinate representation of color #48380A: hue angle of 44.52º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48380A is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 10 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.72 |
| HSL | 44.52º | 0.76% | 0.16% | - |
| HSV(B) | 44.52º | 0.86% | 0.28% | - |
| XYZ | 4.14 | 4.23 | 0.88 | - |
| YUV | 55.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 10 | 0 | 0.22 | 0.86 | 0.72 | 44.52 | 0.76 | 0.16 |
| Hex | 48 | 38 | A | 0 | 16 | 56 | 48 | 2D | 4C | 10 |
| Octal | 110 | 70 | 12 | 0 | 26 | 126 | 110 | 55 | 114 | 20 |
| Binary | 1001000 | 111000 | 1010 | 0 | 10110 | 1010110 | 1001000 | 101101 | 1001100 | 10000 |
Color Harmonies of #48380A
Complementary color
Monochromatic Colors of #48380A
Black with #48380A
Text Example
Text Example
White with #48380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48380A; }
p { color: rgb(72,56,10); }
H1.HeaderClassName
{
color: #48380A;
}
.AnyTagClassName
{
color: #48380A;
}
</style>
background-color css
<style>
a { background-color: #48380A; }
a { background-color: rgb(72,56,10); }
div.DivClassName
{
background-color: #48380A;
}
.BgClassName
{
background-color: #48380A;
}
</style>
border-color css
<style>
span { border-color: #48380A; }
span { border-color: rgb(72,56,10); }
td.TdClassName
{
border-color: #48380A;
}
.TagClassName
{
border-color: #48380A;
}
</style>