Shades of Mikado #3E3001
Tints of Mikado #3E3001
RGB
CMYK
RGB Variations
Color information
#3E3001 (or 0x3E3001) is known color: Mikado. HEX triplet: 3E, 30 and 01. RGB value is (62,48,1). Sum of RGB (Red+Green+Blue) = 62+48+1=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3001 is #C1CFFE. Grayscale: #2F2F2F. Windows color (decimal): -12701695 or 77886. OLE color: 77886.
HSL color Cylindrical-coordinate representation of color #3E3001: hue angle of 46.23º 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 #3E3001 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 1 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.76 |
| HSL | 46.23º | 0.97% | 0.12% | - |
| HSV(B) | 46.23º | 0.98% | 0.24% | - |
| XYZ | 3.05 | 3.14 | 0.47 | - |
| YUV | 46.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 1 | 0 | 0.23 | 0.98 | 0.76 | 46.23 | 0.97 | 0.12 |
| Hex | 3E | 30 | 1 | 0 | 17 | 62 | 4C | 2E | 61 | C |
| Octal | 76 | 60 | 1 | 0 | 27 | 142 | 114 | 56 | 141 | 14 |
| Binary | 111110 | 110000 | 1 | 0 | 10111 | 1100010 | 1001100 | 101110 | 1100001 | 1100 |
Color Harmonies of #3E3001
Complementary color
Monochromatic Colors of #3E3001
Black with #3E3001
Text Example
Text Example
White with #3E3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3001; }
p { color: rgb(62,48,1); }
H1.HeaderClassName
{
color: #3E3001;
}
.AnyTagClassName
{
color: #3E3001;
}
</style>
background-color css
<style>
a { background-color: #3E3001; }
a { background-color: rgb(62,48,1); }
div.DivClassName
{
background-color: #3E3001;
}
.BgClassName
{
background-color: #3E3001;
}
</style>
border-color css
<style>
span { border-color: #3E3001; }
span { border-color: rgb(62,48,1); }
td.TdClassName
{
border-color: #3E3001;
}
.TagClassName
{
border-color: #3E3001;
}
</style>