Shades of Mikado #3E3412
Tints of Mikado #3E3412
RGB
CMYK
RGB Variations
Color information
#3E3412 (or 0x3E3412) is known color: Mikado. HEX triplet: 3E, 34 and 12. RGB value is (62,52,18). Sum of RGB (Red+Green+Blue) = 62+52+18=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3412 is #C1CBED. Grayscale: #333333. Windows color (decimal): -12700654 or 1193022. OLE color: 1193022.
HSL color Cylindrical-coordinate representation of color #3E3412: hue angle of 46.36º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E3412 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 18 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.76 |
| HSL | 46.36º | 0.55% | 0.16% | - |
| HSV(B) | 46.36º | 0.71% | 0.24% | - |
| XYZ | 3.32 | 3.52 | 1.08 | - |
| YUV | 51.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 18 | 0 | 0.16 | 0.71 | 0.76 | 46.36 | 0.55 | 0.16 |
| Hex | 3E | 34 | 12 | 0 | 10 | 47 | 4C | 2E | 37 | 10 |
| Octal | 76 | 64 | 22 | 0 | 20 | 107 | 114 | 56 | 67 | 20 |
| Binary | 111110 | 110100 | 10010 | 0 | 10000 | 1000111 | 1001100 | 101110 | 110111 | 10000 |
Color Harmonies of #3E3412
Complementary color
Monochromatic Colors of #3E3412
Black with #3E3412
Text Example
Text Example
White with #3E3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3412; }
p { color: rgb(62,52,18); }
H1.HeaderClassName
{
color: #3E3412;
}
.AnyTagClassName
{
color: #3E3412;
}
</style>
background-color css
<style>
a { background-color: #3E3412; }
a { background-color: rgb(62,52,18); }
div.DivClassName
{
background-color: #3E3412;
}
.BgClassName
{
background-color: #3E3412;
}
</style>
border-color css
<style>
span { border-color: #3E3412; }
span { border-color: rgb(62,52,18); }
td.TdClassName
{
border-color: #3E3412;
}
.TagClassName
{
border-color: #3E3412;
}
</style>