Shades of Mikado #3E3201
Tints of Mikado #3E3201
RGB
CMYK
RGB Variations
Color information
#3E3201 (or 0x3E3201) is known color: Mikado. HEX triplet: 3E, 32 and 01. RGB value is (62,50,1). Sum of RGB (Red+Green+Blue) = 62+50+1=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3201 is #C1CDFE. Grayscale: #303030. Windows color (decimal): -12701183 or 78398. OLE color: 78398.
HSL color Cylindrical-coordinate representation of color #3E3201: hue angle of 48.2º 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 #3E3201 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 1 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.76 |
| HSL | 48.2º | 0.97% | 0.12% | - |
| HSV(B) | 48.2º | 0.98% | 0.24% | - |
| XYZ | 3.13 | 3.31 | 0.5 | - |
| YUV | 48 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 1 | 0 | 0.19 | 0.98 | 0.76 | 48.2 | 0.97 | 0.12 |
| Hex | 3E | 32 | 1 | 0 | 13 | 62 | 4C | 30 | 61 | C |
| Octal | 76 | 62 | 1 | 0 | 23 | 142 | 114 | 60 | 141 | 14 |
| Binary | 111110 | 110010 | 1 | 0 | 10011 | 1100010 | 1001100 | 110000 | 1100001 | 1100 |
Color Harmonies of #3E3201
Complementary color
Monochromatic Colors of #3E3201
Black with #3E3201
Text Example
Text Example
White with #3E3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3201; }
p { color: rgb(62,50,1); }
H1.HeaderClassName
{
color: #3E3201;
}
.AnyTagClassName
{
color: #3E3201;
}
</style>
background-color css
<style>
a { background-color: #3E3201; }
a { background-color: rgb(62,50,1); }
div.DivClassName
{
background-color: #3E3201;
}
.BgClassName
{
background-color: #3E3201;
}
</style>
border-color css
<style>
span { border-color: #3E3201; }
span { border-color: rgb(62,50,1); }
td.TdClassName
{
border-color: #3E3201;
}
.TagClassName
{
border-color: #3E3201;
}
</style>