Shades of Mikado #3E3822
Tints of Mikado #3E3822
RGB
CMYK
RGB Variations
Color information
#3E3822 (or 0x3E3822) is known color: Mikado. HEX triplet: 3E, 38 and 22. RGB value is (62,56,34). Sum of RGB (Red+Green+Blue) = 62+56+34=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3822 is #C1C7DD. Grayscale: #373737. Windows color (decimal): -12699614 or 2242622. OLE color: 2242622.
HSL color Cylindrical-coordinate representation of color #3E3822: hue angle of 47.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E3822 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 34 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.76 |
| HSL | 47.14º | 0.29% | 0.19% | - |
| HSV(B) | 47.14º | 0.45% | 0.24% | - |
| XYZ | 3.69 | 3.97 | 2.08 | - |
| YUV | 55.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 34 | 0 | 0.10 | 0.45 | 0.76 | 47.14 | 0.29 | 0.19 |
| Hex | 3E | 38 | 22 | 0 | A | 2D | 4C | 2F | 1D | 13 |
| Octal | 76 | 70 | 42 | 0 | 12 | 55 | 114 | 57 | 35 | 23 |
| Binary | 111110 | 111000 | 100010 | 0 | 1010 | 101101 | 1001100 | 101111 | 11101 | 10011 |
Color Harmonies of #3E3822
Complementary color
Monochromatic Colors of #3E3822
Black with #3E3822
Text Example
Text Example
White with #3E3822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3822; }
p { color: rgb(62,56,34); }
H1.HeaderClassName
{
color: #3E3822;
}
.AnyTagClassName
{
color: #3E3822;
}
</style>
background-color css
<style>
a { background-color: #3E3822; }
a { background-color: rgb(62,56,34); }
div.DivClassName
{
background-color: #3E3822;
}
.BgClassName
{
background-color: #3E3822;
}
</style>
border-color css
<style>
span { border-color: #3E3822; }
span { border-color: rgb(62,56,34); }
td.TdClassName
{
border-color: #3E3822;
}
.TagClassName
{
border-color: #3E3822;
}
</style>