Shades of Madras #3E3C13
Tints of Madras #3E3C13
RGB
CMYK
RGB Variations
Color information
#3E3C13 (or 0x3E3C13) is known color: Madras. HEX triplet: 3E, 3C and 13. RGB value is (62,60,19). Sum of RGB (Red+Green+Blue) = 62+60+19=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3C13 is #C1C3EC. Grayscale: #383838. Windows color (decimal): -12698605 or 1260606. OLE color: 1260606.
HSL color Cylindrical-coordinate representation of color #3E3C13: hue angle of 57.21º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E3C13 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 60 | 19 | - |
CMYK | 0 | 0.03 | 0.69 | 0.76 |
HSL | 57.21º | 0.53% | 0.16% | - |
HSV(B) | 57.21º | 0.69% | 0.24% | - |
XYZ | 3.72 | 4.3 | 1.25 | - |
YUV | 55.92 | 107.16 | 132.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 60 | 19 | 0 | 0.03 | 0.69 | 0.76 | 57.21 | 0.53 | 0.16 |
Hex | 3E | 3C | 13 | 0 | 3 | 45 | 4C | 39 | 35 | 10 |
Octal | 76 | 74 | 23 | 0 | 3 | 105 | 114 | 71 | 65 | 20 |
Binary | 111110 | 111100 | 10011 | 0 | 11 | 1000101 | 1001100 | 111001 | 110101 | 10000 |
Color Harmonies of #3E3C13
Complementary color
Monochromatic Colors of #3E3C13
Black with #3E3C13
Text Example
Text Example
White with #3E3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C13; }
p { color: rgb(62,60,19); }
H1.HeaderClassName
{
color: #3E3C13;
}
.AnyTagClassName
{
color: #3E3C13;
}
</style>
background-color css
<style>
a { background-color: #3E3C13; }
a { background-color: rgb(62,60,19); }
div.DivClassName
{
background-color: #3E3C13;
}
.BgClassName
{
background-color: #3E3C13;
}
</style>
border-color css
<style>
span { border-color: #3E3C13; }
span { border-color: rgb(62,60,19); }
td.TdClassName
{
border-color: #3E3C13;
}
.TagClassName
{
border-color: #3E3C13;
}
</style>