Shades of Mikado #3E3100
Tints of Mikado #3E3100
RGB
CMYK
RGB Variations
Color information
#3E3100 (or 0x3E3100) is known color: Mikado. HEX triplet: 3E, 31 and 00. RGB value is (62,49,0). Sum of RGB (Red+Green+Blue) = 62+49+0=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3100 is #C1CEFF. Grayscale: #2F2F2F. Windows color (decimal): -12701440 or 12606. OLE color: 12606.
HSL color Cylindrical-coordinate representation of color #3E3100: hue angle of 47.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E3100 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 49 | 0 | - |
CMYK | 0 | 0.21 | 1 | 0.76 |
HSL | 47.42º | 1% | 0.12% | - |
HSV(B) | 47.42º | 1% | 0.24% | - |
XYZ | 3.08 | 3.22 | 0.46 | - |
YUV | 47.3 | 101.31 | 138.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 49 | 0 | 0 | 0.21 | 1 | 0.76 | 47.42 | 1 | 0.12 |
Hex | 3E | 31 | 0 | 0 | 15 | 64 | 4C | 2F | 64 | C |
Octal | 76 | 61 | 0 | 0 | 25 | 144 | 114 | 57 | 144 | 14 |
Binary | 111110 | 110001 | 0 | 0 | 10101 | 1100100 | 1001100 | 101111 | 1100100 | 1100 |
Color Harmonies of #3E3100
Complementary color
Monochromatic Colors of #3E3100
Black with #3E3100
Text Example
Text Example
White with #3E3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3100; }
p { color: rgb(62,49,0); }
H1.HeaderClassName
{
color: #3E3100;
}
.AnyTagClassName
{
color: #3E3100;
}
</style>
background-color css
<style>
a { background-color: #3E3100; }
a { background-color: rgb(62,49,0); }
div.DivClassName
{
background-color: #3E3100;
}
.BgClassName
{
background-color: #3E3100;
}
</style>
border-color css
<style>
span { border-color: #3E3100; }
span { border-color: rgb(62,49,0); }
td.TdClassName
{
border-color: #3E3100;
}
.TagClassName
{
border-color: #3E3100;
}
</style>