Shades of Mikado #3E3104
Tints of Mikado #3E3104
RGB
CMYK
RGB Variations
Color information
#3E3104 (or 0x3E3104) is known color: Mikado. HEX triplet: 3E, 31 and 04. RGB value is (62,49,4). Sum of RGB (Red+Green+Blue) = 62+49+4=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3104 is #C1CEFB. Grayscale: #2F2F2F. Windows color (decimal): -12701436 or 274750. OLE color: 274750.
HSL color Cylindrical-coordinate representation of color #3E3104: hue angle of 46.55º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E3104 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 4 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.76 |
| HSL | 46.55º | 0.88% | 0.13% | - |
| HSV(B) | 46.55º | 0.94% | 0.24% | - |
| XYZ | 3.11 | 3.23 | 0.57 | - |
| YUV | 47.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 4 | 0 | 0.21 | 0.94 | 0.76 | 46.55 | 0.88 | 0.13 |
| Hex | 3E | 31 | 4 | 0 | 15 | 5E | 4C | 2F | 58 | D |
| Octal | 76 | 61 | 4 | 0 | 25 | 136 | 114 | 57 | 130 | 15 |
| Binary | 111110 | 110001 | 100 | 0 | 10101 | 1011110 | 1001100 | 101111 | 1011000 | 1101 |
Color Harmonies of #3E3104
Complementary color
Monochromatic Colors of #3E3104
Black with #3E3104
Text Example
Text Example
White with #3E3104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3104; }
p { color: rgb(62,49,4); }
H1.HeaderClassName
{
color: #3E3104;
}
.AnyTagClassName
{
color: #3E3104;
}
</style>
background-color css
<style>
a { background-color: #3E3104; }
a { background-color: rgb(62,49,4); }
div.DivClassName
{
background-color: #3E3104;
}
.BgClassName
{
background-color: #3E3104;
}
</style>
border-color css
<style>
span { border-color: #3E3104; }
span { border-color: rgb(62,49,4); }
td.TdClassName
{
border-color: #3E3104;
}
.TagClassName
{
border-color: #3E3104;
}
</style>