Shades of Mikado #3E3304
Tints of Mikado #3E3304
RGB
CMYK
RGB Variations
Color information
#3E3304 (or 0x3E3304) is known color: Mikado. HEX triplet: 3E, 33 and 04. RGB value is (62,51,4). Sum of RGB (Red+Green+Blue) = 62+51+4=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3304 is #C1CCFB. Grayscale: #313131. Windows color (decimal): -12700924 or 275262. OLE color: 275262.
HSL color Cylindrical-coordinate representation of color #3E3304: hue angle of 48.62º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E3304 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 4 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.76 |
| HSL | 48.62º | 0.88% | 0.13% | - |
| HSV(B) | 48.62º | 0.94% | 0.24% | - |
| XYZ | 3.19 | 3.4 | 0.6 | - |
| YUV | 48.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 4 | 0 | 0.18 | 0.94 | 0.76 | 48.62 | 0.88 | 0.13 |
| Hex | 3E | 33 | 4 | 0 | 12 | 5E | 4C | 31 | 58 | D |
| Octal | 76 | 63 | 4 | 0 | 22 | 136 | 114 | 61 | 130 | 15 |
| Binary | 111110 | 110011 | 100 | 0 | 10010 | 1011110 | 1001100 | 110001 | 1011000 | 1101 |
Color Harmonies of #3E3304
Complementary color
Monochromatic Colors of #3E3304
Black with #3E3304
Text Example
Text Example
White with #3E3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3304; }
p { color: rgb(62,51,4); }
H1.HeaderClassName
{
color: #3E3304;
}
.AnyTagClassName
{
color: #3E3304;
}
</style>
background-color css
<style>
a { background-color: #3E3304; }
a { background-color: rgb(62,51,4); }
div.DivClassName
{
background-color: #3E3304;
}
.BgClassName
{
background-color: #3E3304;
}
</style>
border-color css
<style>
span { border-color: #3E3304; }
span { border-color: rgb(62,51,4); }
td.TdClassName
{
border-color: #3E3304;
}
.TagClassName
{
border-color: #3E3304;
}
</style>