Shades of Mikado #3E3107
Tints of Mikado #3E3107
RGB
CMYK
RGB Variations
Color information
#3E3107 (or 0x3E3107) is known color: Mikado. HEX triplet: 3E, 31 and 07. RGB value is (62,49,7). Sum of RGB (Red+Green+Blue) = 62+49+7=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3107 is #C1CEF8. Grayscale: #303030. Windows color (decimal): -12701433 or 471358. OLE color: 471358.
HSL color Cylindrical-coordinate representation of color #3E3107: hue angle of 45.82º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E3107 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 7 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.76 |
| HSL | 45.82º | 0.8% | 0.14% | - |
| HSV(B) | 45.82º | 0.89% | 0.24% | - |
| XYZ | 3.12 | 3.24 | 0.66 | - |
| YUV | 48.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 7 | 0 | 0.21 | 0.89 | 0.76 | 45.82 | 0.8 | 0.14 |
| Hex | 3E | 31 | 7 | 0 | 15 | 59 | 4C | 2E | 50 | E |
| Octal | 76 | 61 | 7 | 0 | 25 | 131 | 114 | 56 | 120 | 16 |
| Binary | 111110 | 110001 | 111 | 0 | 10101 | 1011001 | 1001100 | 101110 | 1010000 | 1110 |
Color Harmonies of #3E3107
Complementary color
Monochromatic Colors of #3E3107
Black with #3E3107
Text Example
Text Example
White with #3E3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3107; }
p { color: rgb(62,49,7); }
H1.HeaderClassName
{
color: #3E3107;
}
.AnyTagClassName
{
color: #3E3107;
}
</style>
background-color css
<style>
a { background-color: #3E3107; }
a { background-color: rgb(62,49,7); }
div.DivClassName
{
background-color: #3E3107;
}
.BgClassName
{
background-color: #3E3107;
}
</style>
border-color css
<style>
span { border-color: #3E3107; }
span { border-color: rgb(62,49,7); }
td.TdClassName
{
border-color: #3E3107;
}
.TagClassName
{
border-color: #3E3107;
}
</style>