Shades of Mikado #402E0E
Tints of Mikado #402E0E
RGB
CMYK
RGB Variations
Color information
#402E0E (or 0x402E0E) is known color: Mikado. HEX triplet: 40, 2E and 0E. RGB value is (64,46,14). Sum of RGB (Red+Green+Blue) = 64+46+14=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E0E is #BFD1F1. Grayscale: #2F2F2F. Windows color (decimal): -12571122 or 929344. OLE color: 929344.
HSL color Cylindrical-coordinate representation of color #402E0E: hue angle of 38.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402E0E is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 14 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.75 |
| HSL | 38.4º | 0.64% | 0.15% | - |
| HSV(B) | 38.4º | 0.78% | 0.25% | - |
| XYZ | 3.17 | 3.08 | 0.84 | - |
| YUV | 47.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 14 | 0 | 0.28 | 0.78 | 0.75 | 38.4 | 0.64 | 0.15 |
| Hex | 40 | 2E | E | 0 | 1C | 4E | 4B | 26 | 40 | F |
| Octal | 100 | 56 | 16 | 0 | 34 | 116 | 113 | 46 | 100 | 17 |
| Binary | 1000000 | 101110 | 1110 | 0 | 11100 | 1001110 | 1001011 | 100110 | 1000000 | 1111 |
Color Harmonies of #402E0E
Complementary color
Monochromatic Colors of #402E0E
Black with #402E0E
Text Example
Text Example
White with #402E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E0E; }
p { color: rgb(64,46,14); }
H1.HeaderClassName
{
color: #402E0E;
}
.AnyTagClassName
{
color: #402E0E;
}
</style>
background-color css
<style>
a { background-color: #402E0E; }
a { background-color: rgb(64,46,14); }
div.DivClassName
{
background-color: #402E0E;
}
.BgClassName
{
background-color: #402E0E;
}
</style>
border-color css
<style>
span { border-color: #402E0E; }
span { border-color: rgb(64,46,14); }
td.TdClassName
{
border-color: #402E0E;
}
.TagClassName
{
border-color: #402E0E;
}
</style>