Shades of Madras #3E3903
Tints of Madras #3E3903
RGB
CMYK
RGB Variations
Color information
#3E3903 (or 0x3E3903) is known color: Madras. HEX triplet: 3E, 39 and 03. RGB value is (62,57,3). Sum of RGB (Red+Green+Blue) = 62+57+3=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3903 is #C1C6FC. Grayscale: #343434. Windows color (decimal): -12699389 or 211262. OLE color: 211262.
HSL color Cylindrical-coordinate representation of color #3E3903: hue angle of 54.92º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E3903 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 3 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.76 |
| HSL | 54.92º | 0.91% | 0.13% | - |
| HSV(B) | 54.92º | 0.95% | 0.24% | - |
| XYZ | 3.47 | 3.96 | 0.67 | - |
| YUV | 52.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 3 | 0 | 0.08 | 0.95 | 0.76 | 54.92 | 0.91 | 0.13 |
| Hex | 3E | 39 | 3 | 0 | 8 | 5F | 4C | 37 | 5B | D |
| Octal | 76 | 71 | 3 | 0 | 10 | 137 | 114 | 67 | 133 | 15 |
| Binary | 111110 | 111001 | 11 | 0 | 1000 | 1011111 | 1001100 | 110111 | 1011011 | 1101 |
Color Harmonies of #3E3903
Complementary color
Monochromatic Colors of #3E3903
Black with #3E3903
Text Example
Text Example
White with #3E3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3903; }
p { color: rgb(62,57,3); }
H1.HeaderClassName
{
color: #3E3903;
}
.AnyTagClassName
{
color: #3E3903;
}
</style>
background-color css
<style>
a { background-color: #3E3903; }
a { background-color: rgb(62,57,3); }
div.DivClassName
{
background-color: #3E3903;
}
.BgClassName
{
background-color: #3E3903;
}
</style>
border-color css
<style>
span { border-color: #3E3903; }
span { border-color: rgb(62,57,3); }
td.TdClassName
{
border-color: #3E3903;
}
.TagClassName
{
border-color: #3E3903;
}
</style>