Shades of Mikado #3E3012
Tints of Mikado #3E3012
RGB
CMYK
RGB Variations
Color information
#3E3012 (or 0x3E3012) is known color: Mikado. HEX triplet: 3E, 30 and 12. RGB value is (62,48,18). Sum of RGB (Red+Green+Blue) = 62+48+18=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3012 is #C1CFED. Grayscale: #303030. Windows color (decimal): -12701678 or 1191998. OLE color: 1191998.
HSL color Cylindrical-coordinate representation of color #3E3012: hue angle of 40.91º 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 #3E3012 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 18 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.76 |
| HSL | 40.91º | 0.55% | 0.16% | - |
| HSV(B) | 40.91º | 0.71% | 0.24% | - |
| XYZ | 3.15 | 3.18 | 1.02 | - |
| YUV | 48.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 18 | 0 | 0.23 | 0.71 | 0.76 | 40.91 | 0.55 | 0.16 |
| Hex | 3E | 30 | 12 | 0 | 17 | 47 | 4C | 29 | 37 | 10 |
| Octal | 76 | 60 | 22 | 0 | 27 | 107 | 114 | 51 | 67 | 20 |
| Binary | 111110 | 110000 | 10010 | 0 | 10111 | 1000111 | 1001100 | 101001 | 110111 | 10000 |
Color Harmonies of #3E3012
Complementary color
Monochromatic Colors of #3E3012
Black with #3E3012
Text Example
Text Example
White with #3E3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3012; }
p { color: rgb(62,48,18); }
H1.HeaderClassName
{
color: #3E3012;
}
.AnyTagClassName
{
color: #3E3012;
}
</style>
background-color css
<style>
a { background-color: #3E3012; }
a { background-color: rgb(62,48,18); }
div.DivClassName
{
background-color: #3E3012;
}
.BgClassName
{
background-color: #3E3012;
}
</style>
border-color css
<style>
span { border-color: #3E3012; }
span { border-color: rgb(62,48,18); }
td.TdClassName
{
border-color: #3E3012;
}
.TagClassName
{
border-color: #3E3012;
}
</style>