Shades of Madras #3E3911
Tints of Madras #3E3911
RGB
CMYK
RGB Variations
Color information
#3E3911 (or 0x3E3911) is known color: Madras. HEX triplet: 3E, 39 and 11. RGB value is (62,57,17). Sum of RGB (Red+Green+Blue) = 62+57+17=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3911 is #C1C6EE. Grayscale: #363636. Windows color (decimal): -12699375 or 1128766. OLE color: 1128766.
HSL color Cylindrical-coordinate representation of color #3E3911: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E3911 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 17 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.76 |
| HSL | 53.33º | 0.57% | 0.15% | - |
| HSV(B) | 53.33º | 0.73% | 0.24% | - |
| XYZ | 3.55 | 3.99 | 1.11 | - |
| YUV | 53.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 17 | 0 | 0.08 | 0.73 | 0.76 | 53.33 | 0.57 | 0.15 |
| Hex | 3E | 39 | 11 | 0 | 8 | 49 | 4C | 35 | 39 | F |
| Octal | 76 | 71 | 21 | 0 | 10 | 111 | 114 | 65 | 71 | 17 |
| Binary | 111110 | 111001 | 10001 | 0 | 1000 | 1001001 | 1001100 | 110101 | 111001 | 1111 |
Color Harmonies of #3E3911
Complementary color
Monochromatic Colors of #3E3911
Black with #3E3911
Text Example
Text Example
White with #3E3911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3911; }
p { color: rgb(62,57,17); }
H1.HeaderClassName
{
color: #3E3911;
}
.AnyTagClassName
{
color: #3E3911;
}
</style>
background-color css
<style>
a { background-color: #3E3911; }
a { background-color: rgb(62,57,17); }
div.DivClassName
{
background-color: #3E3911;
}
.BgClassName
{
background-color: #3E3911;
}
</style>
border-color css
<style>
span { border-color: #3E3911; }
span { border-color: rgb(62,57,17); }
td.TdClassName
{
border-color: #3E3911;
}
.TagClassName
{
border-color: #3E3911;
}
</style>