Shades of Mikado #3E3113
Tints of Mikado #3E3113
RGB
CMYK
RGB Variations
Color information
#3E3113 (or 0x3E3113) is known color: Mikado. HEX triplet: 3E, 31 and 13. RGB value is (62,49,19). Sum of RGB (Red+Green+Blue) = 62+49+19=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3113 is #C1CEEC. Grayscale: #313131. Windows color (decimal): -12701421 or 1257790. OLE color: 1257790.
HSL color Cylindrical-coordinate representation of color #3E3113: hue angle of 41.86º 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 #3E3113 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 19 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.76 |
| HSL | 41.86º | 0.53% | 0.16% | - |
| HSV(B) | 41.86º | 0.69% | 0.24% | - |
| XYZ | 3.2 | 3.27 | 1.08 | - |
| YUV | 49.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 19 | 0 | 0.21 | 0.69 | 0.76 | 41.86 | 0.53 | 0.16 |
| Hex | 3E | 31 | 13 | 0 | 15 | 45 | 4C | 2A | 35 | 10 |
| Octal | 76 | 61 | 23 | 0 | 25 | 105 | 114 | 52 | 65 | 20 |
| Binary | 111110 | 110001 | 10011 | 0 | 10101 | 1000101 | 1001100 | 101010 | 110101 | 10000 |
Color Harmonies of #3E3113
Complementary color
Monochromatic Colors of #3E3113
Black with #3E3113
Text Example
Text Example
White with #3E3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3113; }
p { color: rgb(62,49,19); }
H1.HeaderClassName
{
color: #3E3113;
}
.AnyTagClassName
{
color: #3E3113;
}
</style>
background-color css
<style>
a { background-color: #3E3113; }
a { background-color: rgb(62,49,19); }
div.DivClassName
{
background-color: #3E3113;
}
.BgClassName
{
background-color: #3E3113;
}
</style>
border-color css
<style>
span { border-color: #3E3113; }
span { border-color: rgb(62,49,19); }
td.TdClassName
{
border-color: #3E3113;
}
.TagClassName
{
border-color: #3E3113;
}
</style>