Shades of Mikado #3E2F06
Tints of Mikado #3E2F06
RGB
CMYK
RGB Variations
Color information
#3E2F06 (or 0x3E2F06) is known color: Mikado. HEX triplet: 3E, 2F and 06. RGB value is (62,47,6). Sum of RGB (Red+Green+Blue) = 62+47+6=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2F06 is #C1D0F9. Grayscale: #2E2E2E. Windows color (decimal): -12701946 or 405310. OLE color: 405310.
HSL color Cylindrical-coordinate representation of color #3E2F06: hue angle of 43.93º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E2F06 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 6 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.76 |
| HSL | 43.93º | 0.82% | 0.13% | - |
| HSV(B) | 43.93º | 0.9% | 0.24% | - |
| XYZ | 3.04 | 3.07 | 0.6 | - |
| YUV | 46.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 6 | 0 | 0.24 | 0.90 | 0.76 | 43.93 | 0.82 | 0.13 |
| Hex | 3E | 2F | 6 | 0 | 18 | 5A | 4C | 2C | 52 | D |
| Octal | 76 | 57 | 6 | 0 | 30 | 132 | 114 | 54 | 122 | 15 |
| Binary | 111110 | 101111 | 110 | 0 | 11000 | 1011010 | 1001100 | 101100 | 1010010 | 1101 |
Color Harmonies of #3E2F06
Complementary color
Monochromatic Colors of #3E2F06
Black with #3E2F06
Text Example
Text Example
White with #3E2F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F06; }
p { color: rgb(62,47,6); }
H1.HeaderClassName
{
color: #3E2F06;
}
.AnyTagClassName
{
color: #3E2F06;
}
</style>
background-color css
<style>
a { background-color: #3E2F06; }
a { background-color: rgb(62,47,6); }
div.DivClassName
{
background-color: #3E2F06;
}
.BgClassName
{
background-color: #3E2F06;
}
</style>
border-color css
<style>
span { border-color: #3E2F06; }
span { border-color: rgb(62,47,6); }
td.TdClassName
{
border-color: #3E2F06;
}
.TagClassName
{
border-color: #3E2F06;
}
</style>