Shades of Madras #3E3604
Tints of Madras #3E3604
RGB
CMYK
RGB Variations
Color information
#3E3604 (or 0x3E3604) is known color: Madras. HEX triplet: 3E, 36 and 04. RGB value is (62,54,4). Sum of RGB (Red+Green+Blue) = 62+54+4=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3604 is #C1C9FB. Grayscale: #323232. Windows color (decimal): -12700156 or 276030. OLE color: 276030.
HSL color Cylindrical-coordinate representation of color #3E3604: hue angle of 51.72º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E3604 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 4 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.76 |
| HSL | 51.72º | 0.88% | 0.13% | - |
| HSV(B) | 51.72º | 0.94% | 0.24% | - |
| XYZ | 3.33 | 3.67 | 0.65 | - |
| YUV | 50.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 4 | 0 | 0.13 | 0.94 | 0.76 | 51.72 | 0.88 | 0.13 |
| Hex | 3E | 36 | 4 | 0 | D | 5E | 4C | 34 | 58 | D |
| Octal | 76 | 66 | 4 | 0 | 15 | 136 | 114 | 64 | 130 | 15 |
| Binary | 111110 | 110110 | 100 | 0 | 1101 | 1011110 | 1001100 | 110100 | 1011000 | 1101 |
Color Harmonies of #3E3604
Complementary color
Monochromatic Colors of #3E3604
Black with #3E3604
Text Example
Text Example
White with #3E3604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3604; }
p { color: rgb(62,54,4); }
H1.HeaderClassName
{
color: #3E3604;
}
.AnyTagClassName
{
color: #3E3604;
}
</style>
background-color css
<style>
a { background-color: #3E3604; }
a { background-color: rgb(62,54,4); }
div.DivClassName
{
background-color: #3E3604;
}
.BgClassName
{
background-color: #3E3604;
}
</style>
border-color css
<style>
span { border-color: #3E3604; }
span { border-color: rgb(62,54,4); }
td.TdClassName
{
border-color: #3E3604;
}
.TagClassName
{
border-color: #3E3604;
}
</style>