Shades of Mikado #3E3204
Tints of Mikado #3E3204
RGB
CMYK
RGB Variations
Color information
#3E3204 (or 0x3E3204) is known color: Mikado. HEX triplet: 3E, 32 and 04. RGB value is (62,50,4). Sum of RGB (Red+Green+Blue) = 62+50+4=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3204 is #C1CDFB. Grayscale: #303030. Windows color (decimal): -12701180 or 275006. OLE color: 275006.
HSL color Cylindrical-coordinate representation of color #3E3204: hue angle of 47.59º 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 #3E3204 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 4 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.76 |
| HSL | 47.59º | 0.88% | 0.13% | - |
| HSV(B) | 47.59º | 0.94% | 0.24% | - |
| XYZ | 3.15 | 3.31 | 0.59 | - |
| YUV | 48.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 4 | 0 | 0.19 | 0.94 | 0.76 | 47.59 | 0.88 | 0.13 |
| Hex | 3E | 32 | 4 | 0 | 13 | 5E | 4C | 30 | 58 | D |
| Octal | 76 | 62 | 4 | 0 | 23 | 136 | 114 | 60 | 130 | 15 |
| Binary | 111110 | 110010 | 100 | 0 | 10011 | 1011110 | 1001100 | 110000 | 1011000 | 1101 |
Color Harmonies of #3E3204
Complementary color
Monochromatic Colors of #3E3204
Black with #3E3204
Text Example
Text Example
White with #3E3204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3204; }
p { color: rgb(62,50,4); }
H1.HeaderClassName
{
color: #3E3204;
}
.AnyTagClassName
{
color: #3E3204;
}
</style>
background-color css
<style>
a { background-color: #3E3204; }
a { background-color: rgb(62,50,4); }
div.DivClassName
{
background-color: #3E3204;
}
.BgClassName
{
background-color: #3E3204;
}
</style>
border-color css
<style>
span { border-color: #3E3204; }
span { border-color: rgb(62,50,4); }
td.TdClassName
{
border-color: #3E3204;
}
.TagClassName
{
border-color: #3E3204;
}
</style>