Shades of Madras #3E3800
Tints of Madras #3E3800
RGB
CMYK
RGB Variations
Color information
#3E3800 (or 0x3E3800) is known color: Madras. HEX triplet: 3E, 38 and 00. RGB value is (62,56,0). Sum of RGB (Red+Green+Blue) = 62+56+0=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3800 is #C1C7FF. Grayscale: #333333. Windows color (decimal): -12699648 or 14398. OLE color: 14398.
HSL color Cylindrical-coordinate representation of color #3E3800: hue angle of 54.19º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E3800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.76 |
| HSL | 54.19º | 1% | 0.12% | - |
| HSV(B) | 54.19º | 1% | 0.24% | - |
| XYZ | 3.4 | 3.85 | 0.56 | - |
| YUV | 51.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 0 | 0 | 0.10 | 1 | 0.76 | 54.19 | 1 | 0.12 |
| Hex | 3E | 38 | 0 | 0 | A | 64 | 4C | 36 | 64 | C |
| Octal | 76 | 70 | 0 | 0 | 12 | 144 | 114 | 66 | 144 | 14 |
| Binary | 111110 | 111000 | 0 | 0 | 1010 | 1100100 | 1001100 | 110110 | 1100100 | 1100 |
Color Harmonies of #3E3800
Complementary color
Monochromatic Colors of #3E3800
Black with #3E3800
Text Example
Text Example
White with #3E3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3800; }
p { color: rgb(62,56,0); }
H1.HeaderClassName
{
color: #3E3800;
}
.AnyTagClassName
{
color: #3E3800;
}
</style>
background-color css
<style>
a { background-color: #3E3800; }
a { background-color: rgb(62,56,0); }
div.DivClassName
{
background-color: #3E3800;
}
.BgClassName
{
background-color: #3E3800;
}
</style>
border-color css
<style>
span { border-color: #3E3800; }
span { border-color: rgb(62,56,0); }
td.TdClassName
{
border-color: #3E3800;
}
.TagClassName
{
border-color: #3E3800;
}
</style>