Shades of Madras #3E3A1B
Tints of Madras #3E3A1B
RGB
CMYK
RGB Variations
Color information
#3E3A1B (or 0x3E3A1B) is known color: Madras. HEX triplet: 3E, 3A and 1B. RGB value is (62,58,27). Sum of RGB (Red+Green+Blue) = 62+58+27=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A1B is #C1C5E4. Grayscale: #373737. Windows color (decimal): -12699109 or 1784382. OLE color: 1784382.
HSL color Cylindrical-coordinate representation of color #3E3A1B: hue angle of 53.14º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E3A1B is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 58 | 27 | - |
CMYK | 0 | 0.06 | 0.56 | 0.76 |
HSL | 53.14º | 0.39% | 0.17% | - |
HSV(B) | 53.14º | 0.56% | 0.24% | - |
XYZ | 3.7 | 4.13 | 1.64 | - |
YUV | 55.66 | 111.83 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 58 | 27 | 0 | 0.06 | 0.56 | 0.76 | 53.14 | 0.39 | 0.17 |
Hex | 3E | 3A | 1B | 0 | 6 | 38 | 4C | 35 | 27 | 11 |
Octal | 76 | 72 | 33 | 0 | 6 | 70 | 114 | 65 | 47 | 21 |
Binary | 111110 | 111010 | 11011 | 0 | 110 | 111000 | 1001100 | 110101 | 100111 | 10001 |
Color Harmonies of #3E3A1B
Complementary color
Monochromatic Colors of #3E3A1B
Black with #3E3A1B
Text Example
Text Example
White with #3E3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A1B; }
p { color: rgb(62,58,27); }
H1.HeaderClassName
{
color: #3E3A1B;
}
.AnyTagClassName
{
color: #3E3A1B;
}
</style>
background-color css
<style>
a { background-color: #3E3A1B; }
a { background-color: rgb(62,58,27); }
div.DivClassName
{
background-color: #3E3A1B;
}
.BgClassName
{
background-color: #3E3A1B;
}
</style>
border-color css
<style>
span { border-color: #3E3A1B; }
span { border-color: rgb(62,58,27); }
td.TdClassName
{
border-color: #3E3A1B;
}
.TagClassName
{
border-color: #3E3A1B;
}
</style>