Shades of Mikado #3E361C
Tints of Mikado #3E361C
RGB
CMYK
RGB Variations
Color information
#3E361C (or 0x3E361C) is known color: Mikado. HEX triplet: 3E, 36 and 1C. RGB value is (62,54,28). Sum of RGB (Red+Green+Blue) = 62+54+28=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E361C is #C1C9E3. Grayscale: #353535. Windows color (decimal): -12700132 or 1848894. OLE color: 1848894.
HSL color Cylindrical-coordinate representation of color #3E361C: hue angle of 45.88º 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 #3E361C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 54 | 28 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.76 |
| HSL | 45.88º | 0.38% | 0.18% | - |
| HSV(B) | 45.88º | 0.55% | 0.24% | - |
| XYZ | 3.52 | 3.75 | 1.64 | - |
| YUV | 53.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 28 | 0 | 0.13 | 0.55 | 0.76 | 45.88 | 0.38 | 0.18 |
| Hex | 3E | 36 | 1C | 0 | D | 37 | 4C | 2E | 26 | 12 |
| Octal | 76 | 66 | 34 | 0 | 15 | 67 | 114 | 56 | 46 | 22 |
| Binary | 111110 | 110110 | 11100 | 0 | 1101 | 110111 | 1001100 | 101110 | 100110 | 10010 |
Color Harmonies of #3E361C
Complementary color
Monochromatic Colors of #3E361C
Black with #3E361C
Text Example
Text Example
White with #3E361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E361C; }
p { color: rgb(62,54,28); }
H1.HeaderClassName
{
color: #3E361C;
}
.AnyTagClassName
{
color: #3E361C;
}
</style>
background-color css
<style>
a { background-color: #3E361C; }
a { background-color: rgb(62,54,28); }
div.DivClassName
{
background-color: #3E361C;
}
.BgClassName
{
background-color: #3E361C;
}
</style>
border-color css
<style>
span { border-color: #3E361C; }
span { border-color: rgb(62,54,28); }
td.TdClassName
{
border-color: #3E361C;
}
.TagClassName
{
border-color: #3E361C;
}
</style>