Shades of Mikado #3E2E11
Tints of Mikado #3E2E11
RGB
CMYK
RGB Variations
Color information
#3E2E11 (or 0x3E2E11) is known color: Mikado. HEX triplet: 3E, 2E and 11. RGB value is (62,46,17). Sum of RGB (Red+Green+Blue) = 62+46+17=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2E11 is #C1D1EE. Grayscale: #2F2F2F. Windows color (decimal): -12702191 or 1125950. OLE color: 1125950.
HSL color Cylindrical-coordinate representation of color #3E2E11: hue angle of 38.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2E11 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 46 | 17 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.76 |
| HSL | 38.67º | 0.57% | 0.15% | - |
| HSV(B) | 38.67º | 0.73% | 0.24% | - |
| XYZ | 3.06 | 3.02 | 0.95 | - |
| YUV | 47.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 17 | 0 | 0.26 | 0.73 | 0.76 | 38.67 | 0.57 | 0.15 |
| Hex | 3E | 2E | 11 | 0 | 1A | 49 | 4C | 27 | 39 | F |
| Octal | 76 | 56 | 21 | 0 | 32 | 111 | 114 | 47 | 71 | 17 |
| Binary | 111110 | 101110 | 10001 | 0 | 11010 | 1001001 | 1001100 | 100111 | 111001 | 1111 |
Color Harmonies of #3E2E11
Complementary color
Monochromatic Colors of #3E2E11
Black with #3E2E11
Text Example
Text Example
White with #3E2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E11; }
p { color: rgb(62,46,17); }
H1.HeaderClassName
{
color: #3E2E11;
}
.AnyTagClassName
{
color: #3E2E11;
}
</style>
background-color css
<style>
a { background-color: #3E2E11; }
a { background-color: rgb(62,46,17); }
div.DivClassName
{
background-color: #3E2E11;
}
.BgClassName
{
background-color: #3E2E11;
}
</style>
border-color css
<style>
span { border-color: #3E2E11; }
span { border-color: rgb(62,46,17); }
td.TdClassName
{
border-color: #3E2E11;
}
.TagClassName
{
border-color: #3E2E11;
}
</style>