Shades of Mikado #3E351C
Tints of Mikado #3E351C
RGB
CMYK
RGB Variations
Color information
#3E351C (or 0x3E351C) is known color: Mikado. HEX triplet: 3E, 35 and 1C. RGB value is (62,53,28). Sum of RGB (Red+Green+Blue) = 62+53+28=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E351C is #C1CAE3. Grayscale: #343434. Windows color (decimal): -12700388 or 1848638. OLE color: 1848638.
HSL color Cylindrical-coordinate representation of color #3E351C: hue angle of 44.12º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E351C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 28 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.76 |
| HSL | 44.12º | 0.38% | 0.18% | - |
| HSV(B) | 44.12º | 0.55% | 0.24% | - |
| XYZ | 3.47 | 3.65 | 1.62 | - |
| YUV | 52.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 28 | 0 | 0.15 | 0.55 | 0.76 | 44.12 | 0.38 | 0.18 |
| Hex | 3E | 35 | 1C | 0 | F | 37 | 4C | 2C | 26 | 12 |
| Octal | 76 | 65 | 34 | 0 | 17 | 67 | 114 | 54 | 46 | 22 |
| Binary | 111110 | 110101 | 11100 | 0 | 1111 | 110111 | 1001100 | 101100 | 100110 | 10010 |
Color Harmonies of #3E351C
Complementary color
Monochromatic Colors of #3E351C
Black with #3E351C
Text Example
Text Example
White with #3E351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E351C; }
p { color: rgb(62,53,28); }
H1.HeaderClassName
{
color: #3E351C;
}
.AnyTagClassName
{
color: #3E351C;
}
</style>
background-color css
<style>
a { background-color: #3E351C; }
a { background-color: rgb(62,53,28); }
div.DivClassName
{
background-color: #3E351C;
}
.BgClassName
{
background-color: #3E351C;
}
</style>
border-color css
<style>
span { border-color: #3E351C; }
span { border-color: rgb(62,53,28); }
td.TdClassName
{
border-color: #3E351C;
}
.TagClassName
{
border-color: #3E351C;
}
</style>