Shades of Mikado #3E331C
Tints of Mikado #3E331C
RGB
CMYK
RGB Variations
Color information
#3E331C (or 0x3E331C) is known color: Mikado. HEX triplet: 3E, 33 and 1C. RGB value is (62,51,28). Sum of RGB (Red+Green+Blue) = 62+51+28=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E331C is #C1CCE3. Grayscale: #333333. Windows color (decimal): -12700900 or 1848126. OLE color: 1848126.
HSL color Cylindrical-coordinate representation of color #3E331C: hue angle of 40.59º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E331C is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 28 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.76 |
| HSL | 40.59º | 0.38% | 0.18% | - |
| HSV(B) | 40.59º | 0.55% | 0.24% | - |
| XYZ | 3.38 | 3.48 | 1.59 | - |
| YUV | 51.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 28 | 0 | 0.18 | 0.55 | 0.76 | 40.59 | 0.38 | 0.18 |
| Hex | 3E | 33 | 1C | 0 | 12 | 37 | 4C | 29 | 26 | 12 |
| Octal | 76 | 63 | 34 | 0 | 22 | 67 | 114 | 51 | 46 | 22 |
| Binary | 111110 | 110011 | 11100 | 0 | 10010 | 110111 | 1001100 | 101001 | 100110 | 10010 |
Color Harmonies of #3E331C
Complementary color
Monochromatic Colors of #3E331C
Black with #3E331C
Text Example
Text Example
White with #3E331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E331C; }
p { color: rgb(62,51,28); }
H1.HeaderClassName
{
color: #3E331C;
}
.AnyTagClassName
{
color: #3E331C;
}
</style>
background-color css
<style>
a { background-color: #3E331C; }
a { background-color: rgb(62,51,28); }
div.DivClassName
{
background-color: #3E331C;
}
.BgClassName
{
background-color: #3E331C;
}
</style>
border-color css
<style>
span { border-color: #3E331C; }
span { border-color: rgb(62,51,28); }
td.TdClassName
{
border-color: #3E331C;
}
.TagClassName
{
border-color: #3E331C;
}
</style>