Shades of Madras #3E3806
Tints of Madras #3E3806
RGB
CMYK
RGB Variations
Color information
#3E3806 (or 0x3E3806) is known color: Madras. HEX triplet: 3E, 38 and 06. RGB value is (62,56,6). Sum of RGB (Red+Green+Blue) = 62+56+6=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3806 is #C1C7F9. Grayscale: #343434. Windows color (decimal): -12699642 or 407614. OLE color: 407614.
HSL color Cylindrical-coordinate representation of color #3E3806: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E3806 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 6 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.76 |
| HSL | 53.57º | 0.82% | 0.13% | - |
| HSV(B) | 53.57º | 0.9% | 0.24% | - |
| XYZ | 3.43 | 3.87 | 0.74 | - |
| YUV | 52.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 6 | 0 | 0.10 | 0.90 | 0.76 | 53.57 | 0.82 | 0.13 |
| Hex | 3E | 38 | 6 | 0 | A | 5A | 4C | 36 | 52 | D |
| Octal | 76 | 70 | 6 | 0 | 12 | 132 | 114 | 66 | 122 | 15 |
| Binary | 111110 | 111000 | 110 | 0 | 1010 | 1011010 | 1001100 | 110110 | 1010010 | 1101 |
Color Harmonies of #3E3806
Complementary color
Monochromatic Colors of #3E3806
Black with #3E3806
Text Example
Text Example
White with #3E3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3806; }
p { color: rgb(62,56,6); }
H1.HeaderClassName
{
color: #3E3806;
}
.AnyTagClassName
{
color: #3E3806;
}
</style>
background-color css
<style>
a { background-color: #3E3806; }
a { background-color: rgb(62,56,6); }
div.DivClassName
{
background-color: #3E3806;
}
.BgClassName
{
background-color: #3E3806;
}
</style>
border-color css
<style>
span { border-color: #3E3806; }
span { border-color: rgb(62,56,6); }
td.TdClassName
{
border-color: #3E3806;
}
.TagClassName
{
border-color: #3E3806;
}
</style>