Shades of Mikado #3E3015
Tints of Mikado #3E3015
RGB
CMYK
RGB Variations
Color information
#3E3015 (or 0x3E3015) is known color: Mikado. HEX triplet: 3E, 30 and 15. RGB value is (62,48,21). Sum of RGB (Red+Green+Blue) = 62+48+21=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3015 is #C1CFEA. Grayscale: #313131. Windows color (decimal): -12701675 or 1388606. OLE color: 1388606.
HSL color Cylindrical-coordinate representation of color #3E3015: hue angle of 39.51º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3015 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 21 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.76 |
| HSL | 39.51º | 0.49% | 0.16% | - |
| HSV(B) | 39.51º | 0.66% | 0.24% | - |
| XYZ | 3.18 | 3.19 | 1.16 | - |
| YUV | 49.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 21 | 0 | 0.23 | 0.66 | 0.76 | 39.51 | 0.49 | 0.16 |
| Hex | 3E | 30 | 15 | 0 | 17 | 42 | 4C | 28 | 31 | 10 |
| Octal | 76 | 60 | 25 | 0 | 27 | 102 | 114 | 50 | 61 | 20 |
| Binary | 111110 | 110000 | 10101 | 0 | 10111 | 1000010 | 1001100 | 101000 | 110001 | 10000 |
Color Harmonies of #3E3015
Complementary color
Monochromatic Colors of #3E3015
Black with #3E3015
Text Example
Text Example
White with #3E3015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3015; }
p { color: rgb(62,48,21); }
H1.HeaderClassName
{
color: #3E3015;
}
.AnyTagClassName
{
color: #3E3015;
}
</style>
background-color css
<style>
a { background-color: #3E3015; }
a { background-color: rgb(62,48,21); }
div.DivClassName
{
background-color: #3E3015;
}
.BgClassName
{
background-color: #3E3015;
}
</style>
border-color css
<style>
span { border-color: #3E3015; }
span { border-color: rgb(62,48,21); }
td.TdClassName
{
border-color: #3E3015;
}
.TagClassName
{
border-color: #3E3015;
}
</style>