Shades of Madras #48430E
Tints of Madras #48430E
RGB
CMYK
RGB Variations
Color information
#48430E (or 0x48430E) is known color: Madras. HEX triplet: 48, 43 and 0E. RGB value is (72,67,14). Sum of RGB (Red+Green+Blue) = 72+67+14=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48430E is #B7BCF1. Grayscale: #3E3E3E. Windows color (decimal): -12041458 or 934728. OLE color: 934728.
HSL color Cylindrical-coordinate representation of color #48430E: hue angle of 54.83º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48430E is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 14 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.72 |
| HSL | 54.83º | 0.67% | 0.17% | - |
| HSV(B) | 54.83º | 0.81% | 0.28% | - |
| XYZ | 4.76 | 5.42 | 1.21 | - |
| YUV | 62.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 14 | 0 | 0.07 | 0.81 | 0.72 | 54.83 | 0.67 | 0.17 |
| Hex | 48 | 43 | E | 0 | 7 | 51 | 48 | 37 | 43 | 11 |
| Octal | 110 | 103 | 16 | 0 | 7 | 121 | 110 | 67 | 103 | 21 |
| Binary | 1001000 | 1000011 | 1110 | 0 | 111 | 1010001 | 1001000 | 110111 | 1000011 | 10001 |
Color Harmonies of #48430E
Complementary color
Monochromatic Colors of #48430E
Black with #48430E
Text Example
Text Example
White with #48430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48430E; }
p { color: rgb(72,67,14); }
H1.HeaderClassName
{
color: #48430E;
}
.AnyTagClassName
{
color: #48430E;
}
</style>
background-color css
<style>
a { background-color: #48430E; }
a { background-color: rgb(72,67,14); }
div.DivClassName
{
background-color: #48430E;
}
.BgClassName
{
background-color: #48430E;
}
</style>
border-color css
<style>
span { border-color: #48430E; }
span { border-color: rgb(72,67,14); }
td.TdClassName
{
border-color: #48430E;
}
.TagClassName
{
border-color: #48430E;
}
</style>