Shades of Mikado #3E340A
Tints of Mikado #3E340A
RGB
CMYK
RGB Variations
Color information
#3E340A (or 0x3E340A) is known color: Mikado. HEX triplet: 3E, 34 and 0A. RGB value is (62,52,10). Sum of RGB (Red+Green+Blue) = 62+52+10=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E340A is #C1CBF5. Grayscale: #323232. Windows color (decimal): -12700662 or 668734. OLE color: 668734.
HSL color Cylindrical-coordinate representation of color #3E340A: hue angle of 48.46º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E340A is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 10 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.76 |
| HSL | 48.46º | 0.72% | 0.14% | - |
| HSV(B) | 48.46º | 0.84% | 0.24% | - |
| XYZ | 3.27 | 3.5 | 0.79 | - |
| YUV | 50.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 10 | 0 | 0.16 | 0.84 | 0.76 | 48.46 | 0.72 | 0.14 |
| Hex | 3E | 34 | A | 0 | 10 | 54 | 4C | 30 | 48 | E |
| Octal | 76 | 64 | 12 | 0 | 20 | 124 | 114 | 60 | 110 | 16 |
| Binary | 111110 | 110100 | 1010 | 0 | 10000 | 1010100 | 1001100 | 110000 | 1001000 | 1110 |
Color Harmonies of #3E340A
Complementary color
Monochromatic Colors of #3E340A
Black with #3E340A
Text Example
Text Example
White with #3E340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E340A; }
p { color: rgb(62,52,10); }
H1.HeaderClassName
{
color: #3E340A;
}
.AnyTagClassName
{
color: #3E340A;
}
</style>
background-color css
<style>
a { background-color: #3E340A; }
a { background-color: rgb(62,52,10); }
div.DivClassName
{
background-color: #3E340A;
}
.BgClassName
{
background-color: #3E340A;
}
</style>
border-color css
<style>
span { border-color: #3E340A; }
span { border-color: rgb(62,52,10); }
td.TdClassName
{
border-color: #3E340A;
}
.TagClassName
{
border-color: #3E340A;
}
</style>