Shades of Madras #3E3701
Tints of Madras #3E3701
RGB
CMYK
RGB Variations
Color information
#3E3701 (or 0x3E3701) is known color: Madras. HEX triplet: 3E, 37 and 01. RGB value is (62,55,1). Sum of RGB (Red+Green+Blue) = 62+55+1=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3701 is #C1C8FE. Grayscale: #333333. Windows color (decimal): -12699903 or 79678. OLE color: 79678.
HSL color Cylindrical-coordinate representation of color #3E3701: hue angle of 53.11º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E3701 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 1 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.76 |
| HSL | 53.11º | 0.97% | 0.12% | - |
| HSV(B) | 53.11º | 0.98% | 0.24% | - |
| XYZ | 3.36 | 3.76 | 0.58 | - |
| YUV | 50.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 1 | 0 | 0.11 | 0.98 | 0.76 | 53.11 | 0.97 | 0.12 |
| Hex | 3E | 37 | 1 | 0 | B | 62 | 4C | 35 | 61 | C |
| Octal | 76 | 67 | 1 | 0 | 13 | 142 | 114 | 65 | 141 | 14 |
| Binary | 111110 | 110111 | 1 | 0 | 1011 | 1100010 | 1001100 | 110101 | 1100001 | 1100 |
Color Harmonies of #3E3701
Complementary color
Monochromatic Colors of #3E3701
Black with #3E3701
Text Example
Text Example
White with #3E3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3701; }
p { color: rgb(62,55,1); }
H1.HeaderClassName
{
color: #3E3701;
}
.AnyTagClassName
{
color: #3E3701;
}
</style>
background-color css
<style>
a { background-color: #3E3701; }
a { background-color: rgb(62,55,1); }
div.DivClassName
{
background-color: #3E3701;
}
.BgClassName
{
background-color: #3E3701;
}
</style>
border-color css
<style>
span { border-color: #3E3701; }
span { border-color: rgb(62,55,1); }
td.TdClassName
{
border-color: #3E3701;
}
.TagClassName
{
border-color: #3E3701;
}
</style>