Shades of Mikado #3E371D
Tints of Mikado #3E371D
RGB
CMYK
RGB Variations
Color information
#3E371D (or 0x3E371D) is known color: Mikado. HEX triplet: 3E, 37 and 1D. RGB value is (62,55,29). Sum of RGB (Red+Green+Blue) = 62+55+29=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E371D is #C1C8E2. Grayscale: #363636. Windows color (decimal): -12699875 or 1914686. OLE color: 1914686.
HSL color Cylindrical-coordinate representation of color #3E371D: hue angle of 47.27º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E371D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 29 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.76 |
| HSL | 47.27º | 0.36% | 0.18% | - |
| HSV(B) | 47.27º | 0.53% | 0.24% | - |
| XYZ | 3.57 | 3.85 | 1.72 | - |
| YUV | 54.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 29 | 0 | 0.11 | 0.53 | 0.76 | 47.27 | 0.36 | 0.18 |
| Hex | 3E | 37 | 1D | 0 | B | 35 | 4C | 2F | 24 | 12 |
| Octal | 76 | 67 | 35 | 0 | 13 | 65 | 114 | 57 | 44 | 22 |
| Binary | 111110 | 110111 | 11101 | 0 | 1011 | 110101 | 1001100 | 101111 | 100100 | 10010 |
Color Harmonies of #3E371D
Complementary color
Monochromatic Colors of #3E371D
Black with #3E371D
Text Example
Text Example
White with #3E371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E371D; }
p { color: rgb(62,55,29); }
H1.HeaderClassName
{
color: #3E371D;
}
.AnyTagClassName
{
color: #3E371D;
}
</style>
background-color css
<style>
a { background-color: #3E371D; }
a { background-color: rgb(62,55,29); }
div.DivClassName
{
background-color: #3E371D;
}
.BgClassName
{
background-color: #3E371D;
}
</style>
border-color css
<style>
span { border-color: #3E371D; }
span { border-color: rgb(62,55,29); }
td.TdClassName
{
border-color: #3E371D;
}
.TagClassName
{
border-color: #3E371D;
}
</style>