Shades of Mikado #3E320D
Tints of Mikado #3E320D
RGB
CMYK
RGB Variations
Color information
#3E320D (or 0x3E320D) is known color: Mikado. HEX triplet: 3E, 32 and 0D. RGB value is (62,50,13). Sum of RGB (Red+Green+Blue) = 62+50+13=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E320D is #C1CDF2. Grayscale: #313131. Windows color (decimal): -12701171 or 864830. OLE color: 864830.
HSL color Cylindrical-coordinate representation of color #3E320D: hue angle of 45.31º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E320D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 13 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.76 |
| HSL | 45.31º | 0.65% | 0.15% | - |
| HSV(B) | 45.31º | 0.79% | 0.24% | - |
| XYZ | 3.2 | 3.33 | 0.86 | - |
| YUV | 49.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 13 | 0 | 0.19 | 0.79 | 0.76 | 45.31 | 0.65 | 0.15 |
| Hex | 3E | 32 | D | 0 | 13 | 4F | 4C | 2D | 41 | F |
| Octal | 76 | 62 | 15 | 0 | 23 | 117 | 114 | 55 | 101 | 17 |
| Binary | 111110 | 110010 | 1101 | 0 | 10011 | 1001111 | 1001100 | 101101 | 1000001 | 1111 |
Color Harmonies of #3E320D
Complementary color
Monochromatic Colors of #3E320D
Black with #3E320D
Text Example
Text Example
White with #3E320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E320D; }
p { color: rgb(62,50,13); }
H1.HeaderClassName
{
color: #3E320D;
}
.AnyTagClassName
{
color: #3E320D;
}
</style>
background-color css
<style>
a { background-color: #3E320D; }
a { background-color: rgb(62,50,13); }
div.DivClassName
{
background-color: #3E320D;
}
.BgClassName
{
background-color: #3E320D;
}
</style>
border-color css
<style>
span { border-color: #3E320D; }
span { border-color: rgb(62,50,13); }
td.TdClassName
{
border-color: #3E320D;
}
.TagClassName
{
border-color: #3E320D;
}
</style>