Shades of Madras #48370C
Tints of Madras #48370C
RGB
CMYK
RGB Variations
Color information
#48370C (or 0x48370C) is known color: Madras. HEX triplet: 48, 37 and 0C. RGB value is (72,55,12). Sum of RGB (Red+Green+Blue) = 72+55+12=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48370C is #B7C8F3. Grayscale: #373737. Windows color (decimal): -12044532 or 800584. OLE color: 800584.
HSL color Cylindrical-coordinate representation of color #48370C: hue angle of 43º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48370C is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 12 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.72 |
| HSL | 43º | 0.71% | 0.16% | - |
| HSV(B) | 43º | 0.83% | 0.28% | - |
| XYZ | 4.11 | 4.14 | 0.93 | - |
| YUV | 55.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 12 | 0 | 0.24 | 0.83 | 0.72 | 43 | 0.71 | 0.16 |
| Hex | 48 | 37 | C | 0 | 18 | 53 | 48 | 2B | 47 | 10 |
| Octal | 110 | 67 | 14 | 0 | 30 | 123 | 110 | 53 | 107 | 20 |
| Binary | 1001000 | 110111 | 1100 | 0 | 11000 | 1010011 | 1001000 | 101011 | 1000111 | 10000 |
Color Harmonies of #48370C
Complementary color
Monochromatic Colors of #48370C
Black with #48370C
Text Example
Text Example
White with #48370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48370C; }
p { color: rgb(72,55,12); }
H1.HeaderClassName
{
color: #48370C;
}
.AnyTagClassName
{
color: #48370C;
}
</style>
background-color css
<style>
a { background-color: #48370C; }
a { background-color: rgb(72,55,12); }
div.DivClassName
{
background-color: #48370C;
}
.BgClassName
{
background-color: #48370C;
}
</style>
border-color css
<style>
span { border-color: #48370C; }
span { border-color: rgb(72,55,12); }
td.TdClassName
{
border-color: #48370C;
}
.TagClassName
{
border-color: #48370C;
}
</style>