Shades of Madras #4D380D
Tints of Madras #4D380D
RGB
CMYK
RGB Variations
Color information
#4D380D (or 0x4D380D) is known color: Madras. HEX triplet: 4D, 38 and 0D. RGB value is (77,56,13). Sum of RGB (Red+Green+Blue) = 77+56+13=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D380D is #B2C7F2. Grayscale: #393939. Windows color (decimal): -11716595 or 866381. OLE color: 866381.
HSL color Cylindrical-coordinate representation of color #4D380D: hue angle of 40.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D380D is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 13 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.70 |
| HSL | 40.31º | 0.71% | 0.18% | - |
| HSV(B) | 40.31º | 0.83% | 0.3% | - |
| XYZ | 4.55 | 4.44 | 1 | - |
| YUV | 57.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 13 | 0 | 0.27 | 0.83 | 0.70 | 40.31 | 0.71 | 0.18 |
| Hex | 4D | 38 | D | 0 | 1B | 53 | 46 | 28 | 47 | 12 |
| Octal | 115 | 70 | 15 | 0 | 33 | 123 | 106 | 50 | 107 | 22 |
| Binary | 1001101 | 111000 | 1101 | 0 | 11011 | 1010011 | 1000110 | 101000 | 1000111 | 10010 |
Color Harmonies of #4D380D
Complementary color
Monochromatic Colors of #4D380D
Black with #4D380D
Text Example
Text Example
White with #4D380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D380D; }
p { color: rgb(77,56,13); }
H1.HeaderClassName
{
color: #4D380D;
}
.AnyTagClassName
{
color: #4D380D;
}
</style>
background-color css
<style>
a { background-color: #4D380D; }
a { background-color: rgb(77,56,13); }
div.DivClassName
{
background-color: #4D380D;
}
.BgClassName
{
background-color: #4D380D;
}
</style>
border-color css
<style>
span { border-color: #4D380D; }
span { border-color: rgb(77,56,13); }
td.TdClassName
{
border-color: #4D380D;
}
.TagClassName
{
border-color: #4D380D;
}
</style>