Shades of Mikado #3E331A
Tints of Mikado #3E331A
RGB
CMYK
RGB Variations
Color information
#3E331A (or 0x3E331A) is known color: Mikado. HEX triplet: 3E, 33 and 1A. RGB value is (62,51,26). Sum of RGB (Red+Green+Blue) = 62+51+26=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E331A is #C1CCE5. Grayscale: #333333. Windows color (decimal): -12700902 or 1717054. OLE color: 1717054.
HSL color Cylindrical-coordinate representation of color #3E331A: hue angle of 41.67º 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 #3E331A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 26 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.76 |
| HSL | 41.67º | 0.41% | 0.17% | - |
| HSV(B) | 41.67º | 0.58% | 0.24% | - |
| XYZ | 3.36 | 3.47 | 1.47 | - |
| YUV | 51.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 26 | 0 | 0.18 | 0.58 | 0.76 | 41.67 | 0.41 | 0.17 |
| Hex | 3E | 33 | 1A | 0 | 12 | 3A | 4C | 2A | 29 | 11 |
| Octal | 76 | 63 | 32 | 0 | 22 | 72 | 114 | 52 | 51 | 21 |
| Binary | 111110 | 110011 | 11010 | 0 | 10010 | 111010 | 1001100 | 101010 | 101001 | 10001 |
Color Harmonies of #3E331A
Complementary color
Monochromatic Colors of #3E331A
Black with #3E331A
Text Example
Text Example
White with #3E331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E331A; }
p { color: rgb(62,51,26); }
H1.HeaderClassName
{
color: #3E331A;
}
.AnyTagClassName
{
color: #3E331A;
}
</style>
background-color css
<style>
a { background-color: #3E331A; }
a { background-color: rgb(62,51,26); }
div.DivClassName
{
background-color: #3E331A;
}
.BgClassName
{
background-color: #3E331A;
}
</style>
border-color css
<style>
span { border-color: #3E331A; }
span { border-color: rgb(62,51,26); }
td.TdClassName
{
border-color: #3E331A;
}
.TagClassName
{
border-color: #3E331A;
}
</style>