Shades of Mikado #3E3102
Tints of Mikado #3E3102
RGB
CMYK
RGB Variations
Color information
#3E3102 (or 0x3E3102) is known color: Mikado. HEX triplet: 3E, 31 and 02. RGB value is (62,49,2). Sum of RGB (Red+Green+Blue) = 62+49+2=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3102 is #C1CEFD. Grayscale: #2F2F2F. Windows color (decimal): -12701438 or 143678. OLE color: 143678.
HSL color Cylindrical-coordinate representation of color #3E3102: hue angle of 47º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E3102 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 2 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.76 |
| HSL | 47º | 0.94% | 0.13% | - |
| HSV(B) | 47º | 0.97% | 0.24% | - |
| XYZ | 3.1 | 3.23 | 0.52 | - |
| YUV | 47.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 2 | 0 | 0.21 | 0.97 | 0.76 | 47 | 0.94 | 0.13 |
| Hex | 3E | 31 | 2 | 0 | 15 | 61 | 4C | 2F | 5E | D |
| Octal | 76 | 61 | 2 | 0 | 25 | 141 | 114 | 57 | 136 | 15 |
| Binary | 111110 | 110001 | 10 | 0 | 10101 | 1100001 | 1001100 | 101111 | 1011110 | 1101 |
Color Harmonies of #3E3102
Complementary color
Monochromatic Colors of #3E3102
Black with #3E3102
Text Example
Text Example
White with #3E3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3102; }
p { color: rgb(62,49,2); }
H1.HeaderClassName
{
color: #3E3102;
}
.AnyTagClassName
{
color: #3E3102;
}
</style>
background-color css
<style>
a { background-color: #3E3102; }
a { background-color: rgb(62,49,2); }
div.DivClassName
{
background-color: #3E3102;
}
.BgClassName
{
background-color: #3E3102;
}
</style>
border-color css
<style>
span { border-color: #3E3102; }
span { border-color: rgb(62,49,2); }
td.TdClassName
{
border-color: #3E3102;
}
.TagClassName
{
border-color: #3E3102;
}
</style>