Shades of Mikado #3E350A
Tints of Mikado #3E350A
RGB
CMYK
RGB Variations
Color information
#3E350A (or 0x3E350A) is known color: Mikado. HEX triplet: 3E, 35 and 0A. RGB value is (62,53,10). Sum of RGB (Red+Green+Blue) = 62+53+10=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E350A is #C1CAF5. Grayscale: #323232. Windows color (decimal): -12700406 or 668990. OLE color: 668990.
HSL color Cylindrical-coordinate representation of color #3E350A: hue angle of 49.62º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E350A is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 10 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.76 |
| HSL | 49.62º | 0.72% | 0.14% | - |
| HSV(B) | 49.62º | 0.84% | 0.24% | - |
| XYZ | 3.31 | 3.59 | 0.81 | - |
| YUV | 50.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 10 | 0 | 0.15 | 0.84 | 0.76 | 49.62 | 0.72 | 0.14 |
| Hex | 3E | 35 | A | 0 | F | 54 | 4C | 32 | 48 | E |
| Octal | 76 | 65 | 12 | 0 | 17 | 124 | 114 | 62 | 110 | 16 |
| Binary | 111110 | 110101 | 1010 | 0 | 1111 | 1010100 | 1001100 | 110010 | 1001000 | 1110 |
Color Harmonies of #3E350A
Complementary color
Monochromatic Colors of #3E350A
Black with #3E350A
Text Example
Text Example
White with #3E350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E350A; }
p { color: rgb(62,53,10); }
H1.HeaderClassName
{
color: #3E350A;
}
.AnyTagClassName
{
color: #3E350A;
}
</style>
background-color css
<style>
a { background-color: #3E350A; }
a { background-color: rgb(62,53,10); }
div.DivClassName
{
background-color: #3E350A;
}
.BgClassName
{
background-color: #3E350A;
}
</style>
border-color css
<style>
span { border-color: #3E350A; }
span { border-color: rgb(62,53,10); }
td.TdClassName
{
border-color: #3E350A;
}
.TagClassName
{
border-color: #3E350A;
}
</style>