Shades of Mikado #3E2E12
Tints of Mikado #3E2E12
RGB
CMYK
RGB Variations
Color information
#3E2E12 (or 0x3E2E12) is known color: Mikado. HEX triplet: 3E, 2E and 12. RGB value is (62,46,18). Sum of RGB (Red+Green+Blue) = 62+46+18=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2E12 is #C1D1ED. Grayscale: #2F2F2F. Windows color (decimal): -12702190 or 1191486. OLE color: 1191486.
HSL color Cylindrical-coordinate representation of color #3E2E12: hue angle of 38.18º 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 #3E2E12 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 46 | 18 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.76 |
| HSL | 38.18º | 0.55% | 0.16% | - |
| HSV(B) | 38.18º | 0.71% | 0.24% | - |
| XYZ | 3.07 | 3.02 | 0.99 | - |
| YUV | 47.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 18 | 0 | 0.26 | 0.71 | 0.76 | 38.18 | 0.55 | 0.16 |
| Hex | 3E | 2E | 12 | 0 | 1A | 47 | 4C | 26 | 37 | 10 |
| Octal | 76 | 56 | 22 | 0 | 32 | 107 | 114 | 46 | 67 | 20 |
| Binary | 111110 | 101110 | 10010 | 0 | 11010 | 1000111 | 1001100 | 100110 | 110111 | 10000 |
Color Harmonies of #3E2E12
Complementary color
Monochromatic Colors of #3E2E12
Black with #3E2E12
Text Example
Text Example
White with #3E2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E12; }
p { color: rgb(62,46,18); }
H1.HeaderClassName
{
color: #3E2E12;
}
.AnyTagClassName
{
color: #3E2E12;
}
</style>
background-color css
<style>
a { background-color: #3E2E12; }
a { background-color: rgb(62,46,18); }
div.DivClassName
{
background-color: #3E2E12;
}
.BgClassName
{
background-color: #3E2E12;
}
</style>
border-color css
<style>
span { border-color: #3E2E12; }
span { border-color: rgb(62,46,18); }
td.TdClassName
{
border-color: #3E2E12;
}
.TagClassName
{
border-color: #3E2E12;
}
</style>