Shades of Mikado #3E320A
Tints of Mikado #3E320A
RGB
CMYK
RGB Variations
Color information
#3E320A (or 0x3E320A) is known color: Mikado. HEX triplet: 3E, 32 and 0A. RGB value is (62,50,10). Sum of RGB (Red+Green+Blue) = 62+50+10=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E320A is #C1CDF5. Grayscale: #313131. Windows color (decimal): -12701174 or 668222. OLE color: 668222.
HSL color Cylindrical-coordinate representation of color #3E320A: hue angle of 46.15º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E320A is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 10 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.76 |
| HSL | 46.15º | 0.72% | 0.14% | - |
| HSV(B) | 46.15º | 0.84% | 0.24% | - |
| XYZ | 3.18 | 3.33 | 0.76 | - |
| YUV | 49.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 10 | 0 | 0.19 | 0.84 | 0.76 | 46.15 | 0.72 | 0.14 |
| Hex | 3E | 32 | A | 0 | 13 | 54 | 4C | 2E | 48 | E |
| Octal | 76 | 62 | 12 | 0 | 23 | 124 | 114 | 56 | 110 | 16 |
| Binary | 111110 | 110010 | 1010 | 0 | 10011 | 1010100 | 1001100 | 101110 | 1001000 | 1110 |
Color Harmonies of #3E320A
Complementary color
Monochromatic Colors of #3E320A
Black with #3E320A
Text Example
Text Example
White with #3E320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E320A; }
p { color: rgb(62,50,10); }
H1.HeaderClassName
{
color: #3E320A;
}
.AnyTagClassName
{
color: #3E320A;
}
</style>
background-color css
<style>
a { background-color: #3E320A; }
a { background-color: rgb(62,50,10); }
div.DivClassName
{
background-color: #3E320A;
}
.BgClassName
{
background-color: #3E320A;
}
</style>
border-color css
<style>
span { border-color: #3E320A; }
span { border-color: rgb(62,50,10); }
td.TdClassName
{
border-color: #3E320A;
}
.TagClassName
{
border-color: #3E320A;
}
</style>