Shades of Mikado #3E3401
Tints of Mikado #3E3401
RGB
CMYK
RGB Variations
Color information
#3E3401 (or 0x3E3401) is known color: Mikado. HEX triplet: 3E, 34 and 01. RGB value is (62,52,1). Sum of RGB (Red+Green+Blue) = 62+52+1=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3401 is #C1CBFE. Grayscale: #313131. Windows color (decimal): -12700671 or 78910. OLE color: 78910.
HSL color Cylindrical-coordinate representation of color #3E3401: hue angle of 50.16º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E3401 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 1 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.76 |
| HSL | 50.16º | 0.97% | 0.12% | - |
| HSV(B) | 50.16º | 0.98% | 0.24% | - |
| XYZ | 3.22 | 3.48 | 0.53 | - |
| YUV | 49.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 1 | 0 | 0.16 | 0.98 | 0.76 | 50.16 | 0.97 | 0.12 |
| Hex | 3E | 34 | 1 | 0 | 10 | 62 | 4C | 32 | 61 | C |
| Octal | 76 | 64 | 1 | 0 | 20 | 142 | 114 | 62 | 141 | 14 |
| Binary | 111110 | 110100 | 1 | 0 | 10000 | 1100010 | 1001100 | 110010 | 1100001 | 1100 |
Color Harmonies of #3E3401
Complementary color
Monochromatic Colors of #3E3401
Black with #3E3401
Text Example
Text Example
White with #3E3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3401; }
p { color: rgb(62,52,1); }
H1.HeaderClassName
{
color: #3E3401;
}
.AnyTagClassName
{
color: #3E3401;
}
</style>
background-color css
<style>
a { background-color: #3E3401; }
a { background-color: rgb(62,52,1); }
div.DivClassName
{
background-color: #3E3401;
}
.BgClassName
{
background-color: #3E3401;
}
</style>
border-color css
<style>
span { border-color: #3E3401; }
span { border-color: rgb(62,52,1); }
td.TdClassName
{
border-color: #3E3401;
}
.TagClassName
{
border-color: #3E3401;
}
</style>