Shades of Mikado #3E3504
Tints of Mikado #3E3504
RGB
CMYK
RGB Variations
Color information
#3E3504 (or 0x3E3504) is known color: Mikado. HEX triplet: 3E, 35 and 04. RGB value is (62,53,4). Sum of RGB (Red+Green+Blue) = 62+53+4=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3504 is #C1CAFB. Grayscale: #323232. Windows color (decimal): -12700412 or 275774. OLE color: 275774.
HSL color Cylindrical-coordinate representation of color #3E3504: hue angle of 50.69º 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 #3E3504 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 4 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.76 |
| HSL | 50.69º | 0.88% | 0.13% | - |
| HSV(B) | 50.69º | 0.94% | 0.24% | - |
| XYZ | 3.28 | 3.58 | 0.63 | - |
| YUV | 50.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 4 | 0 | 0.15 | 0.94 | 0.76 | 50.69 | 0.88 | 0.13 |
| Hex | 3E | 35 | 4 | 0 | F | 5E | 4C | 33 | 58 | D |
| Octal | 76 | 65 | 4 | 0 | 17 | 136 | 114 | 63 | 130 | 15 |
| Binary | 111110 | 110101 | 100 | 0 | 1111 | 1011110 | 1001100 | 110011 | 1011000 | 1101 |
Color Harmonies of #3E3504
Complementary color
Monochromatic Colors of #3E3504
Black with #3E3504
Text Example
Text Example
White with #3E3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3504; }
p { color: rgb(62,53,4); }
H1.HeaderClassName
{
color: #3E3504;
}
.AnyTagClassName
{
color: #3E3504;
}
</style>
background-color css
<style>
a { background-color: #3E3504; }
a { background-color: rgb(62,53,4); }
div.DivClassName
{
background-color: #3E3504;
}
.BgClassName
{
background-color: #3E3504;
}
</style>
border-color css
<style>
span { border-color: #3E3504; }
span { border-color: rgb(62,53,4); }
td.TdClassName
{
border-color: #3E3504;
}
.TagClassName
{
border-color: #3E3504;
}
</style>