Shades of Madras #4D380F
Tints of Madras #4D380F
RGB
CMYK
RGB Variations
Color information
#4D380F (or 0x4D380F) is known color: Madras. HEX triplet: 4D, 38 and 0F. RGB value is (77,56,15). Sum of RGB (Red+Green+Blue) = 77+56+15=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D380F is #B2C7F0. Grayscale: #393939. Windows color (decimal): -11716593 or 997453. OLE color: 997453.
HSL color Cylindrical-coordinate representation of color #4D380F: hue angle of 39.68º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D380F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 15 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.70 |
| HSL | 39.68º | 0.67% | 0.18% | - |
| HSV(B) | 39.68º | 0.81% | 0.3% | - |
| XYZ | 4.56 | 4.44 | 1.07 | - |
| YUV | 57.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 15 | 0 | 0.27 | 0.81 | 0.70 | 39.68 | 0.67 | 0.18 |
| Hex | 4D | 38 | F | 0 | 1B | 51 | 46 | 28 | 43 | 12 |
| Octal | 115 | 70 | 17 | 0 | 33 | 121 | 106 | 50 | 103 | 22 |
| Binary | 1001101 | 111000 | 1111 | 0 | 11011 | 1010001 | 1000110 | 101000 | 1000011 | 10010 |
Color Harmonies of #4D380F
Complementary color
Monochromatic Colors of #4D380F
Black with #4D380F
Text Example
Text Example
White with #4D380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D380F; }
p { color: rgb(77,56,15); }
H1.HeaderClassName
{
color: #4D380F;
}
.AnyTagClassName
{
color: #4D380F;
}
</style>
background-color css
<style>
a { background-color: #4D380F; }
a { background-color: rgb(77,56,15); }
div.DivClassName
{
background-color: #4D380F;
}
.BgClassName
{
background-color: #4D380F;
}
</style>
border-color css
<style>
span { border-color: #4D380F; }
span { border-color: rgb(77,56,15); }
td.TdClassName
{
border-color: #4D380F;
}
.TagClassName
{
border-color: #4D380F;
}
</style>