Shades of Mikado #3E311B
Tints of Mikado #3E311B
RGB
CMYK
RGB Variations
Color information
#3E311B (or 0x3E311B) is known color: Mikado. HEX triplet: 3E, 31 and 1B. RGB value is (62,49,27). Sum of RGB (Red+Green+Blue) = 62+49+27=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E311B is #C1CEE4. Grayscale: #323232. Windows color (decimal): -12701413 or 1782078. OLE color: 1782078.
HSL color Cylindrical-coordinate representation of color #3E311B: hue angle of 37.71º 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 #3E311B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 27 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.76 |
| HSL | 37.71º | 0.39% | 0.17% | - |
| HSV(B) | 37.71º | 0.56% | 0.24% | - |
| XYZ | 3.28 | 3.3 | 1.5 | - |
| YUV | 50.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 27 | 0 | 0.21 | 0.56 | 0.76 | 37.71 | 0.39 | 0.17 |
| Hex | 3E | 31 | 1B | 0 | 15 | 38 | 4C | 26 | 27 | 11 |
| Octal | 76 | 61 | 33 | 0 | 25 | 70 | 114 | 46 | 47 | 21 |
| Binary | 111110 | 110001 | 11011 | 0 | 10101 | 111000 | 1001100 | 100110 | 100111 | 10001 |
Color Harmonies of #3E311B
Complementary color
Monochromatic Colors of #3E311B
Black with #3E311B
Text Example
Text Example
White with #3E311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E311B; }
p { color: rgb(62,49,27); }
H1.HeaderClassName
{
color: #3E311B;
}
.AnyTagClassName
{
color: #3E311B;
}
</style>
background-color css
<style>
a { background-color: #3E311B; }
a { background-color: rgb(62,49,27); }
div.DivClassName
{
background-color: #3E311B;
}
.BgClassName
{
background-color: #3E311B;
}
</style>
border-color css
<style>
span { border-color: #3E311B; }
span { border-color: rgb(62,49,27); }
td.TdClassName
{
border-color: #3E311B;
}
.TagClassName
{
border-color: #3E311B;
}
</style>