Shades of Madras #3E3607
Tints of Madras #3E3607
RGB
CMYK
RGB Variations
Color information
#3E3607 (or 0x3E3607) is known color: Madras. HEX triplet: 3E, 36 and 07. RGB value is (62,54,7). Sum of RGB (Red+Green+Blue) = 62+54+7=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3607 is #C1C9F8. Grayscale: #333333. Windows color (decimal): -12700153 or 472638. OLE color: 472638.
HSL color Cylindrical-coordinate representation of color #3E3607: hue angle of 51.27º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E3607 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 7 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.76 |
| HSL | 51.27º | 0.8% | 0.14% | - |
| HSV(B) | 51.27º | 0.89% | 0.24% | - |
| XYZ | 3.34 | 3.68 | 0.73 | - |
| YUV | 51.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 7 | 0 | 0.13 | 0.89 | 0.76 | 51.27 | 0.8 | 0.14 |
| Hex | 3E | 36 | 7 | 0 | D | 59 | 4C | 33 | 50 | E |
| Octal | 76 | 66 | 7 | 0 | 15 | 131 | 114 | 63 | 120 | 16 |
| Binary | 111110 | 110110 | 111 | 0 | 1101 | 1011001 | 1001100 | 110011 | 1010000 | 1110 |
Color Harmonies of #3E3607
Complementary color
Monochromatic Colors of #3E3607
Black with #3E3607
Text Example
Text Example
White with #3E3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3607; }
p { color: rgb(62,54,7); }
H1.HeaderClassName
{
color: #3E3607;
}
.AnyTagClassName
{
color: #3E3607;
}
</style>
background-color css
<style>
a { background-color: #3E3607; }
a { background-color: rgb(62,54,7); }
div.DivClassName
{
background-color: #3E3607;
}
.BgClassName
{
background-color: #3E3607;
}
</style>
border-color css
<style>
span { border-color: #3E3607; }
span { border-color: rgb(62,54,7); }
td.TdClassName
{
border-color: #3E3607;
}
.TagClassName
{
border-color: #3E3607;
}
</style>