Shades of Mikado #3E3301
Tints of Mikado #3E3301
RGB
CMYK
RGB Variations
Color information
#3E3301 (or 0x3E3301) is known color: Mikado. HEX triplet: 3E, 33 and 01. RGB value is (62,51,1). Sum of RGB (Red+Green+Blue) = 62+51+1=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3301 is #C1CCFE. Grayscale: #303030. Windows color (decimal): -12700927 or 78654. OLE color: 78654.
HSL color Cylindrical-coordinate representation of color #3E3301: hue angle of 49.18º 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 #3E3301 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 1 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.76 |
| HSL | 49.18º | 0.97% | 0.12% | - |
| HSV(B) | 49.18º | 0.98% | 0.24% | - |
| XYZ | 3.18 | 3.39 | 0.52 | - |
| YUV | 48.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 1 | 0 | 0.18 | 0.98 | 0.76 | 49.18 | 0.97 | 0.12 |
| Hex | 3E | 33 | 1 | 0 | 12 | 62 | 4C | 31 | 61 | C |
| Octal | 76 | 63 | 1 | 0 | 22 | 142 | 114 | 61 | 141 | 14 |
| Binary | 111110 | 110011 | 1 | 0 | 10010 | 1100010 | 1001100 | 110001 | 1100001 | 1100 |
Color Harmonies of #3E3301
Complementary color
Monochromatic Colors of #3E3301
Black with #3E3301
Text Example
Text Example
White with #3E3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3301; }
p { color: rgb(62,51,1); }
H1.HeaderClassName
{
color: #3E3301;
}
.AnyTagClassName
{
color: #3E3301;
}
</style>
background-color css
<style>
a { background-color: #3E3301; }
a { background-color: rgb(62,51,1); }
div.DivClassName
{
background-color: #3E3301;
}
.BgClassName
{
background-color: #3E3301;
}
</style>
border-color css
<style>
span { border-color: #3E3301; }
span { border-color: rgb(62,51,1); }
td.TdClassName
{
border-color: #3E3301;
}
.TagClassName
{
border-color: #3E3301;
}
</style>