Shades of Mikado #3E351A
Tints of Mikado #3E351A
RGB
CMYK
RGB Variations
Color information
#3E351A (or 0x3E351A) is known color: Mikado. HEX triplet: 3E, 35 and 1A. RGB value is (62,53,26). Sum of RGB (Red+Green+Blue) = 62+53+26=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E351A is #C1CAE5. Grayscale: #343434. Windows color (decimal): -12700390 or 1717566. OLE color: 1717566.
HSL color Cylindrical-coordinate representation of color #3E351A: hue angle of 45º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E351A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 26 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.76 |
| HSL | 45º | 0.41% | 0.17% | - |
| HSV(B) | 45º | 0.58% | 0.24% | - |
| XYZ | 3.45 | 3.64 | 1.5 | - |
| YUV | 52.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 26 | 0 | 0.15 | 0.58 | 0.76 | 45 | 0.41 | 0.17 |
| Hex | 3E | 35 | 1A | 0 | F | 3A | 4C | 2D | 29 | 11 |
| Octal | 76 | 65 | 32 | 0 | 17 | 72 | 114 | 55 | 51 | 21 |
| Binary | 111110 | 110101 | 11010 | 0 | 1111 | 111010 | 1001100 | 101101 | 101001 | 10001 |
Color Harmonies of #3E351A
Complementary color
Monochromatic Colors of #3E351A
Black with #3E351A
Text Example
Text Example
White with #3E351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E351A; }
p { color: rgb(62,53,26); }
H1.HeaderClassName
{
color: #3E351A;
}
.AnyTagClassName
{
color: #3E351A;
}
</style>
background-color css
<style>
a { background-color: #3E351A; }
a { background-color: rgb(62,53,26); }
div.DivClassName
{
background-color: #3E351A;
}
.BgClassName
{
background-color: #3E351A;
}
</style>
border-color css
<style>
span { border-color: #3E351A; }
span { border-color: rgb(62,53,26); }
td.TdClassName
{
border-color: #3E351A;
}
.TagClassName
{
border-color: #3E351A;
}
</style>