Shades of Mikado #3E2E10
Tints of Mikado #3E2E10
RGB
CMYK
RGB Variations
Color information
#3E2E10 (or 0x3E2E10) is known color: Mikado. HEX triplet: 3E, 2E and 10. RGB value is (62,46,16). Sum of RGB (Red+Green+Blue) = 62+46+16=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2E10 is #C1D1EF. Grayscale: #2F2F2F. Windows color (decimal): -12702192 or 1060414. OLE color: 1060414.
HSL color Cylindrical-coordinate representation of color #3E2E10: hue angle of 39.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2E10 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 46 | 16 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.76 |
| HSL | 39.13º | 0.59% | 0.15% | - |
| HSV(B) | 39.13º | 0.74% | 0.24% | - |
| XYZ | 3.06 | 3.02 | 0.91 | - |
| YUV | 47.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 16 | 0 | 0.26 | 0.74 | 0.76 | 39.13 | 0.59 | 0.15 |
| Hex | 3E | 2E | 10 | 0 | 1A | 4A | 4C | 27 | 3B | F |
| Octal | 76 | 56 | 20 | 0 | 32 | 112 | 114 | 47 | 73 | 17 |
| Binary | 111110 | 101110 | 10000 | 0 | 11010 | 1001010 | 1001100 | 100111 | 111011 | 1111 |
Color Harmonies of #3E2E10
Complementary color
Monochromatic Colors of #3E2E10
Black with #3E2E10
Text Example
Text Example
White with #3E2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E10; }
p { color: rgb(62,46,16); }
H1.HeaderClassName
{
color: #3E2E10;
}
.AnyTagClassName
{
color: #3E2E10;
}
</style>
background-color css
<style>
a { background-color: #3E2E10; }
a { background-color: rgb(62,46,16); }
div.DivClassName
{
background-color: #3E2E10;
}
.BgClassName
{
background-color: #3E2E10;
}
</style>
border-color css
<style>
span { border-color: #3E2E10; }
span { border-color: rgb(62,46,16); }
td.TdClassName
{
border-color: #3E2E10;
}
.TagClassName
{
border-color: #3E2E10;
}
</style>