Shades of Madras #3E391F
Tints of Madras #3E391F
RGB
CMYK
RGB Variations
Color information
#3E391F (or 0x3E391F) is known color: Madras. HEX triplet: 3E, 39 and 1F. RGB value is (62,57,31). Sum of RGB (Red+Green+Blue) = 62+57+31=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E391F is #C1C6E0. Grayscale: #373737. Windows color (decimal): -12699361 or 2046270. OLE color: 2046270.
HSL color Cylindrical-coordinate representation of color #3E391F: hue angle of 50.32º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E391F is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 31 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.76 |
| HSL | 50.32º | 0.33% | 0.18% | - |
| HSV(B) | 50.32º | 0.5% | 0.24% | - |
| XYZ | 3.7 | 4.05 | 1.88 | - |
| YUV | 55.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 31 | 0 | 0.08 | 0.5 | 0.76 | 50.32 | 0.33 | 0.18 |
| Hex | 3E | 39 | 1F | 0 | 8 | 32 | 4C | 32 | 21 | 12 |
| Octal | 76 | 71 | 37 | 0 | 10 | 62 | 114 | 62 | 41 | 22 |
| Binary | 111110 | 111001 | 11111 | 0 | 1000 | 110010 | 1001100 | 110010 | 100001 | 10010 |
Color Harmonies of #3E391F
Complementary color
Monochromatic Colors of #3E391F
Black with #3E391F
Text Example
Text Example
White with #3E391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E391F; }
p { color: rgb(62,57,31); }
H1.HeaderClassName
{
color: #3E391F;
}
.AnyTagClassName
{
color: #3E391F;
}
</style>
background-color css
<style>
a { background-color: #3E391F; }
a { background-color: rgb(62,57,31); }
div.DivClassName
{
background-color: #3E391F;
}
.BgClassName
{
background-color: #3E391F;
}
</style>
border-color css
<style>
span { border-color: #3E391F; }
span { border-color: rgb(62,57,31); }
td.TdClassName
{
border-color: #3E391F;
}
.TagClassName
{
border-color: #3E391F;
}
</style>