Shades of Mikado #3E341E
Tints of Mikado #3E341E
RGB
CMYK
RGB Variations
Color information
#3E341E (or 0x3E341E) is known color: Mikado. HEX triplet: 3E, 34 and 1E. RGB value is (62,52,30). Sum of RGB (Red+Green+Blue) = 62+52+30=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E341E is #C1CBE1. Grayscale: #343434. Windows color (decimal): -12700642 or 1979454. OLE color: 1979454.
HSL color Cylindrical-coordinate representation of color #3E341E: hue angle of 41.25º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E341E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 30 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.76 |
| HSL | 41.25º | 0.35% | 0.18% | - |
| HSV(B) | 41.25º | 0.52% | 0.24% | - |
| XYZ | 3.45 | 3.57 | 1.74 | - |
| YUV | 52.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 30 | 0 | 0.16 | 0.52 | 0.76 | 41.25 | 0.35 | 0.18 |
| Hex | 3E | 34 | 1E | 0 | 10 | 34 | 4C | 29 | 23 | 12 |
| Octal | 76 | 64 | 36 | 0 | 20 | 64 | 114 | 51 | 43 | 22 |
| Binary | 111110 | 110100 | 11110 | 0 | 10000 | 110100 | 1001100 | 101001 | 100011 | 10010 |
Color Harmonies of #3E341E
Complementary color
Monochromatic Colors of #3E341E
Black with #3E341E
Text Example
Text Example
White with #3E341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E341E; }
p { color: rgb(62,52,30); }
H1.HeaderClassName
{
color: #3E341E;
}
.AnyTagClassName
{
color: #3E341E;
}
</style>
background-color css
<style>
a { background-color: #3E341E; }
a { background-color: rgb(62,52,30); }
div.DivClassName
{
background-color: #3E341E;
}
.BgClassName
{
background-color: #3E341E;
}
</style>
border-color css
<style>
span { border-color: #3E341E; }
span { border-color: rgb(62,52,30); }
td.TdClassName
{
border-color: #3E341E;
}
.TagClassName
{
border-color: #3E341E;
}
</style>