Shades of Madras #3E3910
Tints of Madras #3E3910
RGB
CMYK
RGB Variations
Color information
#3E3910 (or 0x3E3910) is known color: Madras. HEX triplet: 3E, 39 and 10. RGB value is (62,57,16). Sum of RGB (Red+Green+Blue) = 62+57+16=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3910 is #C1C6EF. Grayscale: #353535. Windows color (decimal): -12699376 or 1063230. OLE color: 1063230.
HSL color Cylindrical-coordinate representation of color #3E3910: hue angle of 53.48º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E3910 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 16 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.76 |
| HSL | 53.48º | 0.59% | 0.15% | - |
| HSV(B) | 53.48º | 0.74% | 0.24% | - |
| XYZ | 3.54 | 3.99 | 1.07 | - |
| YUV | 53.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 16 | 0 | 0.08 | 0.74 | 0.76 | 53.48 | 0.59 | 0.15 |
| Hex | 3E | 39 | 10 | 0 | 8 | 4A | 4C | 35 | 3B | F |
| Octal | 76 | 71 | 20 | 0 | 10 | 112 | 114 | 65 | 73 | 17 |
| Binary | 111110 | 111001 | 10000 | 0 | 1000 | 1001010 | 1001100 | 110101 | 111011 | 1111 |
Color Harmonies of #3E3910
Complementary color
Monochromatic Colors of #3E3910
Black with #3E3910
Text Example
Text Example
White with #3E3910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3910; }
p { color: rgb(62,57,16); }
H1.HeaderClassName
{
color: #3E3910;
}
.AnyTagClassName
{
color: #3E3910;
}
</style>
background-color css
<style>
a { background-color: #3E3910; }
a { background-color: rgb(62,57,16); }
div.DivClassName
{
background-color: #3E3910;
}
.BgClassName
{
background-color: #3E3910;
}
</style>
border-color css
<style>
span { border-color: #3E3910; }
span { border-color: rgb(62,57,16); }
td.TdClassName
{
border-color: #3E3910;
}
.TagClassName
{
border-color: #3E3910;
}
</style>