Shades of Mikado #3E3103
Tints of Mikado #3E3103
RGB
CMYK
RGB Variations
Color information
#3E3103 (or 0x3E3103) is known color: Mikado. HEX triplet: 3E, 31 and 03. RGB value is (62,49,3). Sum of RGB (Red+Green+Blue) = 62+49+3=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3103 is #C1CEFC. Grayscale: #2F2F2F. Windows color (decimal): -12701437 or 209214. OLE color: 209214.
HSL color Cylindrical-coordinate representation of color #3E3103: hue angle of 46.78º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E3103 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 3 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.76 |
| HSL | 46.78º | 0.91% | 0.13% | - |
| HSV(B) | 46.78º | 0.95% | 0.24% | - |
| XYZ | 3.1 | 3.23 | 0.55 | - |
| YUV | 47.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 3 | 0 | 0.21 | 0.95 | 0.76 | 46.78 | 0.91 | 0.13 |
| Hex | 3E | 31 | 3 | 0 | 15 | 5F | 4C | 2F | 5B | D |
| Octal | 76 | 61 | 3 | 0 | 25 | 137 | 114 | 57 | 133 | 15 |
| Binary | 111110 | 110001 | 11 | 0 | 10101 | 1011111 | 1001100 | 101111 | 1011011 | 1101 |
Color Harmonies of #3E3103
Complementary color
Monochromatic Colors of #3E3103
Black with #3E3103
Text Example
Text Example
White with #3E3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3103; }
p { color: rgb(62,49,3); }
H1.HeaderClassName
{
color: #3E3103;
}
.AnyTagClassName
{
color: #3E3103;
}
</style>
background-color css
<style>
a { background-color: #3E3103; }
a { background-color: rgb(62,49,3); }
div.DivClassName
{
background-color: #3E3103;
}
.BgClassName
{
background-color: #3E3103;
}
</style>
border-color css
<style>
span { border-color: #3E3103; }
span { border-color: rgb(62,49,3); }
td.TdClassName
{
border-color: #3E3103;
}
.TagClassName
{
border-color: #3E3103;
}
</style>