Shades of Madras #3E3702
Tints of Madras #3E3702
RGB
CMYK
RGB Variations
Color information
#3E3702 (or 0x3E3702) is known color: Madras. HEX triplet: 3E, 37 and 02. RGB value is (62,55,2). Sum of RGB (Red+Green+Blue) = 62+55+2=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3702 is #C1C8FD. Grayscale: #333333. Windows color (decimal): -12699902 or 145214. OLE color: 145214.
HSL color Cylindrical-coordinate representation of color #3E3702: hue angle of 53º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E3702 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 2 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.76 |
| HSL | 53º | 0.94% | 0.13% | - |
| HSV(B) | 53º | 0.97% | 0.24% | - |
| XYZ | 3.36 | 3.76 | 0.61 | - |
| YUV | 51.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 2 | 0 | 0.11 | 0.97 | 0.76 | 53 | 0.94 | 0.13 |
| Hex | 3E | 37 | 2 | 0 | B | 61 | 4C | 35 | 5E | D |
| Octal | 76 | 67 | 2 | 0 | 13 | 141 | 114 | 65 | 136 | 15 |
| Binary | 111110 | 110111 | 10 | 0 | 1011 | 1100001 | 1001100 | 110101 | 1011110 | 1101 |
Color Harmonies of #3E3702
Complementary color
Monochromatic Colors of #3E3702
Black with #3E3702
Text Example
Text Example
White with #3E3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3702; }
p { color: rgb(62,55,2); }
H1.HeaderClassName
{
color: #3E3702;
}
.AnyTagClassName
{
color: #3E3702;
}
</style>
background-color css
<style>
a { background-color: #3E3702; }
a { background-color: rgb(62,55,2); }
div.DivClassName
{
background-color: #3E3702;
}
.BgClassName
{
background-color: #3E3702;
}
</style>
border-color css
<style>
span { border-color: #3E3702; }
span { border-color: rgb(62,55,2); }
td.TdClassName
{
border-color: #3E3702;
}
.TagClassName
{
border-color: #3E3702;
}
</style>