Shades of Mikado #3E300E
Tints of Mikado #3E300E
RGB
CMYK
RGB Variations
Color information
#3E300E (or 0x3E300E) is known color: Mikado. HEX triplet: 3E, 30 and 0E. RGB value is (62,48,14). Sum of RGB (Red+Green+Blue) = 62+48+14=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E300E is #C1CFF1. Grayscale: #303030. Windows color (decimal): -12701682 or 929854. OLE color: 929854.
HSL color Cylindrical-coordinate representation of color #3E300E: hue angle of 42.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E300E is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 14 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.76 |
| HSL | 42.5º | 0.63% | 0.15% | - |
| HSV(B) | 42.5º | 0.77% | 0.24% | - |
| XYZ | 3.12 | 3.17 | 0.86 | - |
| YUV | 48.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 14 | 0 | 0.23 | 0.77 | 0.76 | 42.5 | 0.63 | 0.15 |
| Hex | 3E | 30 | E | 0 | 17 | 4D | 4C | 2A | 3F | F |
| Octal | 76 | 60 | 16 | 0 | 27 | 115 | 114 | 52 | 77 | 17 |
| Binary | 111110 | 110000 | 1110 | 0 | 10111 | 1001101 | 1001100 | 101010 | 111111 | 1111 |
Color Harmonies of #3E300E
Complementary color
Monochromatic Colors of #3E300E
Black with #3E300E
Text Example
Text Example
White with #3E300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E300E; }
p { color: rgb(62,48,14); }
H1.HeaderClassName
{
color: #3E300E;
}
.AnyTagClassName
{
color: #3E300E;
}
</style>
background-color css
<style>
a { background-color: #3E300E; }
a { background-color: rgb(62,48,14); }
div.DivClassName
{
background-color: #3E300E;
}
.BgClassName
{
background-color: #3E300E;
}
</style>
border-color css
<style>
span { border-color: #3E300E; }
span { border-color: rgb(62,48,14); }
td.TdClassName
{
border-color: #3E300E;
}
.TagClassName
{
border-color: #3E300E;
}
</style>