Shades of Madras #48380F
Tints of Madras #48380F
RGB
CMYK
RGB Variations
Color information
#48380F (or 0x48380F) is known color: Madras. HEX triplet: 48, 38 and 0F. RGB value is (72,56,15). Sum of RGB (Red+Green+Blue) = 72+56+15=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #48380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48380F is #B7C7F0. Grayscale: #383838. Windows color (decimal): -12044273 or 997448. OLE color: 997448.
HSL color Cylindrical-coordinate representation of color #48380F: hue angle of 43.16º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48380F is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 15 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.72 |
| HSL | 43.16º | 0.66% | 0.17% | - |
| HSV(B) | 43.16º | 0.79% | 0.28% | - |
| XYZ | 4.17 | 4.24 | 1.05 | - |
| YUV | 56.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 15 | 0 | 0.22 | 0.79 | 0.72 | 43.16 | 0.66 | 0.17 |
| Hex | 48 | 38 | F | 0 | 16 | 4F | 48 | 2B | 42 | 11 |
| Octal | 110 | 70 | 17 | 0 | 26 | 117 | 110 | 53 | 102 | 21 |
| Binary | 1001000 | 111000 | 1111 | 0 | 10110 | 1001111 | 1001000 | 101011 | 1000010 | 10001 |
Color Harmonies of #48380F
Complementary color
Monochromatic Colors of #48380F
Black with #48380F
Text Example
Text Example
White with #48380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48380F; }
p { color: rgb(72,56,15); }
H1.HeaderClassName
{
color: #48380F;
}
.AnyTagClassName
{
color: #48380F;
}
</style>
background-color css
<style>
a { background-color: #48380F; }
a { background-color: rgb(72,56,15); }
div.DivClassName
{
background-color: #48380F;
}
.BgClassName
{
background-color: #48380F;
}
</style>
border-color css
<style>
span { border-color: #48380F; }
span { border-color: rgb(72,56,15); }
td.TdClassName
{
border-color: #48380F;
}
.TagClassName
{
border-color: #48380F;
}
</style>