Shades of Mikado #3E350C
Tints of Mikado #3E350C
RGB
CMYK
RGB Variations
Color information
#3E350C (or 0x3E350C) is known color: Mikado. HEX triplet: 3E, 35 and 0C. RGB value is (62,53,12). Sum of RGB (Red+Green+Blue) = 62+53+12=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E350C is #C1CAF3. Grayscale: #333333. Windows color (decimal): -12700404 or 800062. OLE color: 800062.
HSL color Cylindrical-coordinate representation of color #3E350C: hue angle of 49.2º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E350C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 12 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.76 |
| HSL | 49.2º | 0.68% | 0.15% | - |
| HSV(B) | 49.2º | 0.81% | 0.24% | - |
| XYZ | 3.33 | 3.6 | 0.87 | - |
| YUV | 51.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 12 | 0 | 0.15 | 0.81 | 0.76 | 49.2 | 0.68 | 0.15 |
| Hex | 3E | 35 | C | 0 | F | 51 | 4C | 31 | 44 | F |
| Octal | 76 | 65 | 14 | 0 | 17 | 121 | 114 | 61 | 104 | 17 |
| Binary | 111110 | 110101 | 1100 | 0 | 1111 | 1010001 | 1001100 | 110001 | 1000100 | 1111 |
Color Harmonies of #3E350C
Complementary color
Monochromatic Colors of #3E350C
Black with #3E350C
Text Example
Text Example
White with #3E350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E350C; }
p { color: rgb(62,53,12); }
H1.HeaderClassName
{
color: #3E350C;
}
.AnyTagClassName
{
color: #3E350C;
}
</style>
background-color css
<style>
a { background-color: #3E350C; }
a { background-color: rgb(62,53,12); }
div.DivClassName
{
background-color: #3E350C;
}
.BgClassName
{
background-color: #3E350C;
}
</style>
border-color css
<style>
span { border-color: #3E350C; }
span { border-color: rgb(62,53,12); }
td.TdClassName
{
border-color: #3E350C;
}
.TagClassName
{
border-color: #3E350C;
}
</style>