Shades of Madras #4D380C
Tints of Madras #4D380C
RGB
CMYK
RGB Variations
Color information
#4D380C (or 0x4D380C) is known color: Madras. HEX triplet: 4D, 38 and 0C. RGB value is (77,56,12). Sum of RGB (Red+Green+Blue) = 77+56+12=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D380C is #B2C7F3. Grayscale: #393939. Windows color (decimal): -11716596 or 800845. OLE color: 800845.
HSL color Cylindrical-coordinate representation of color #4D380C: hue angle of 40.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D380C is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 12 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.70 |
| HSL | 40.62º | 0.73% | 0.17% | - |
| HSV(B) | 40.62º | 0.84% | 0.3% | - |
| XYZ | 4.54 | 4.43 | 0.96 | - |
| YUV | 57.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 12 | 0 | 0.27 | 0.84 | 0.70 | 40.62 | 0.73 | 0.17 |
| Hex | 4D | 38 | C | 0 | 1B | 54 | 46 | 29 | 49 | 11 |
| Octal | 115 | 70 | 14 | 0 | 33 | 124 | 106 | 51 | 111 | 21 |
| Binary | 1001101 | 111000 | 1100 | 0 | 11011 | 1010100 | 1000110 | 101001 | 1001001 | 10001 |
Color Harmonies of #4D380C
Complementary color
Monochromatic Colors of #4D380C
Black with #4D380C
Text Example
Text Example
White with #4D380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D380C; }
p { color: rgb(77,56,12); }
H1.HeaderClassName
{
color: #4D380C;
}
.AnyTagClassName
{
color: #4D380C;
}
</style>
background-color css
<style>
a { background-color: #4D380C; }
a { background-color: rgb(77,56,12); }
div.DivClassName
{
background-color: #4D380C;
}
.BgClassName
{
background-color: #4D380C;
}
</style>
border-color css
<style>
span { border-color: #4D380C; }
span { border-color: rgb(77,56,12); }
td.TdClassName
{
border-color: #4D380C;
}
.TagClassName
{
border-color: #4D380C;
}
</style>