Shades of Madras #3E3A01
Tints of Madras #3E3A01
RGB
CMYK
RGB Variations
Color information
#3E3A01 (or 0x3E3A01) is known color: Madras. HEX triplet: 3E, 3A and 01. RGB value is (62,58,1). Sum of RGB (Red+Green+Blue) = 62+58+1=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3A01 is #C1C5FE. Grayscale: #343434. Windows color (decimal): -12699135 or 80446. OLE color: 80446.
HSL color Cylindrical-coordinate representation of color #3E3A01: hue angle of 56.07º 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 #3E3A01 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 58 | 1 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.76 |
| HSL | 56.07º | 0.97% | 0.12% | - |
| HSV(B) | 56.07º | 0.98% | 0.24% | - |
| XYZ | 3.51 | 4.05 | 0.63 | - |
| YUV | 52.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 1 | 0 | 0.06 | 0.98 | 0.76 | 56.07 | 0.97 | 0.12 |
| Hex | 3E | 3A | 1 | 0 | 6 | 62 | 4C | 38 | 61 | C |
| Octal | 76 | 72 | 1 | 0 | 6 | 142 | 114 | 70 | 141 | 14 |
| Binary | 111110 | 111010 | 1 | 0 | 110 | 1100010 | 1001100 | 111000 | 1100001 | 1100 |
Color Harmonies of #3E3A01
Complementary color
Monochromatic Colors of #3E3A01
Black with #3E3A01
Text Example
Text Example
White with #3E3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A01; }
p { color: rgb(62,58,1); }
H1.HeaderClassName
{
color: #3E3A01;
}
.AnyTagClassName
{
color: #3E3A01;
}
</style>
background-color css
<style>
a { background-color: #3E3A01; }
a { background-color: rgb(62,58,1); }
div.DivClassName
{
background-color: #3E3A01;
}
.BgClassName
{
background-color: #3E3A01;
}
</style>
border-color css
<style>
span { border-color: #3E3A01; }
span { border-color: rgb(62,58,1); }
td.TdClassName
{
border-color: #3E3A01;
}
.TagClassName
{
border-color: #3E3A01;
}
</style>