Shades of Mikado #3E320B
Tints of Mikado #3E320B
RGB
CMYK
RGB Variations
Color information
#3E320B (or 0x3E320B) is known color: Mikado. HEX triplet: 3E, 32 and 0B. RGB value is (62,50,11). Sum of RGB (Red+Green+Blue) = 62+50+11=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E320B is #C1CDF4. Grayscale: #313131. Windows color (decimal): -12701173 or 733758. OLE color: 733758.
HSL color Cylindrical-coordinate representation of color #3E320B: hue angle of 45.88º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E320B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 11 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.76 |
| HSL | 45.88º | 0.7% | 0.14% | - |
| HSV(B) | 45.88º | 0.82% | 0.24% | - |
| XYZ | 3.19 | 3.33 | 0.79 | - |
| YUV | 49.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 11 | 0 | 0.19 | 0.82 | 0.76 | 45.88 | 0.7 | 0.14 |
| Hex | 3E | 32 | B | 0 | 13 | 52 | 4C | 2E | 46 | E |
| Octal | 76 | 62 | 13 | 0 | 23 | 122 | 114 | 56 | 106 | 16 |
| Binary | 111110 | 110010 | 1011 | 0 | 10011 | 1010010 | 1001100 | 101110 | 1000110 | 1110 |
Color Harmonies of #3E320B
Complementary color
Monochromatic Colors of #3E320B
Black with #3E320B
Text Example
Text Example
White with #3E320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E320B; }
p { color: rgb(62,50,11); }
H1.HeaderClassName
{
color: #3E320B;
}
.AnyTagClassName
{
color: #3E320B;
}
</style>
background-color css
<style>
a { background-color: #3E320B; }
a { background-color: rgb(62,50,11); }
div.DivClassName
{
background-color: #3E320B;
}
.BgClassName
{
background-color: #3E320B;
}
</style>
border-color css
<style>
span { border-color: #3E320B; }
span { border-color: rgb(62,50,11); }
td.TdClassName
{
border-color: #3E320B;
}
.TagClassName
{
border-color: #3E320B;
}
</style>