Shades of Mikado #3E361F
Tints of Mikado #3E361F
RGB
CMYK
RGB Variations
Color information
#3E361F (or 0x3E361F) is known color: Mikado. HEX triplet: 3E, 36 and 1F. RGB value is (62,54,31). Sum of RGB (Red+Green+Blue) = 62+54+31=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E361F is #C1C9E0. Grayscale: #353535. Windows color (decimal): -12700129 or 2045502. OLE color: 2045502.
HSL color Cylindrical-coordinate representation of color #3E361F: hue angle of 44.52º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E361F is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 31 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.76 |
| HSL | 44.52º | 0.33% | 0.18% | - |
| HSV(B) | 44.52º | 0.5% | 0.24% | - |
| XYZ | 3.55 | 3.76 | 1.84 | - |
| YUV | 53.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 31 | 0 | 0.13 | 0.5 | 0.76 | 44.52 | 0.33 | 0.18 |
| Hex | 3E | 36 | 1F | 0 | D | 32 | 4C | 2D | 21 | 12 |
| Octal | 76 | 66 | 37 | 0 | 15 | 62 | 114 | 55 | 41 | 22 |
| Binary | 111110 | 110110 | 11111 | 0 | 1101 | 110010 | 1001100 | 101101 | 100001 | 10010 |
Color Harmonies of #3E361F
Complementary color
Monochromatic Colors of #3E361F
Black with #3E361F
Text Example
Text Example
White with #3E361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E361F; }
p { color: rgb(62,54,31); }
H1.HeaderClassName
{
color: #3E361F;
}
.AnyTagClassName
{
color: #3E361F;
}
</style>
background-color css
<style>
a { background-color: #3E361F; }
a { background-color: rgb(62,54,31); }
div.DivClassName
{
background-color: #3E361F;
}
.BgClassName
{
background-color: #3E361F;
}
</style>
border-color css
<style>
span { border-color: #3E361F; }
span { border-color: rgb(62,54,31); }
td.TdClassName
{
border-color: #3E361F;
}
.TagClassName
{
border-color: #3E361F;
}
</style>