Shades of Madras #3E381C
Tints of Madras #3E381C
RGB
CMYK
RGB Variations
Color information
#3E381C (or 0x3E381C) is known color: Madras. HEX triplet: 3E, 38 and 1C. RGB value is (62,56,28). Sum of RGB (Red+Green+Blue) = 62+56+28=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E381C is #C1C7E3. Grayscale: #363636. Windows color (decimal): -12699620 or 1849406. OLE color: 1849406.
HSL color Cylindrical-coordinate representation of color #3E381C: hue angle of 49.41º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E381C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 28 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.76 |
| HSL | 49.41º | 0.38% | 0.18% | - |
| HSV(B) | 49.41º | 0.55% | 0.24% | - |
| XYZ | 3.61 | 3.94 | 1.67 | - |
| YUV | 54.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 28 | 0 | 0.10 | 0.55 | 0.76 | 49.41 | 0.38 | 0.18 |
| Hex | 3E | 38 | 1C | 0 | A | 37 | 4C | 31 | 26 | 12 |
| Octal | 76 | 70 | 34 | 0 | 12 | 67 | 114 | 61 | 46 | 22 |
| Binary | 111110 | 111000 | 11100 | 0 | 1010 | 110111 | 1001100 | 110001 | 100110 | 10010 |
Color Harmonies of #3E381C
Complementary color
Monochromatic Colors of #3E381C
Black with #3E381C
Text Example
Text Example
White with #3E381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E381C; }
p { color: rgb(62,56,28); }
H1.HeaderClassName
{
color: #3E381C;
}
.AnyTagClassName
{
color: #3E381C;
}
</style>
background-color css
<style>
a { background-color: #3E381C; }
a { background-color: rgb(62,56,28); }
div.DivClassName
{
background-color: #3E381C;
}
.BgClassName
{
background-color: #3E381C;
}
</style>
border-color css
<style>
span { border-color: #3E381C; }
span { border-color: rgb(62,56,28); }
td.TdClassName
{
border-color: #3E381C;
}
.TagClassName
{
border-color: #3E381C;
}
</style>