Shades of Mikado #402E11
Tints of Mikado #402E11
RGB
CMYK
RGB Variations
Color information
#402E11 (or 0x402E11) is known color: Mikado. HEX triplet: 40, 2E and 11. RGB value is (64,46,17). Sum of RGB (Red+Green+Blue) = 64+46+17=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #402E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E11 is #BFD1EE. Grayscale: #303030. Windows color (decimal): -12571119 or 1125952. OLE color: 1125952.
HSL color Cylindrical-coordinate representation of color #402E11: hue angle of 37.02º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402E11 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 17 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.75 |
| HSL | 37.02º | 0.58% | 0.16% | - |
| HSV(B) | 37.02º | 0.73% | 0.25% | - |
| XYZ | 3.19 | 3.08 | 0.96 | - |
| YUV | 48.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 17 | 0 | 0.28 | 0.73 | 0.75 | 37.02 | 0.58 | 0.16 |
| Hex | 40 | 2E | 11 | 0 | 1C | 49 | 4B | 25 | 3A | 10 |
| Octal | 100 | 56 | 21 | 0 | 34 | 111 | 113 | 45 | 72 | 20 |
| Binary | 1000000 | 101110 | 10001 | 0 | 11100 | 1001001 | 1001011 | 100101 | 111010 | 10000 |
Color Harmonies of #402E11
Complementary color
Monochromatic Colors of #402E11
Black with #402E11
Text Example
Text Example
White with #402E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E11; }
p { color: rgb(64,46,17); }
H1.HeaderClassName
{
color: #402E11;
}
.AnyTagClassName
{
color: #402E11;
}
</style>
background-color css
<style>
a { background-color: #402E11; }
a { background-color: rgb(64,46,17); }
div.DivClassName
{
background-color: #402E11;
}
.BgClassName
{
background-color: #402E11;
}
</style>
border-color css
<style>
span { border-color: #402E11; }
span { border-color: rgb(64,46,17); }
td.TdClassName
{
border-color: #402E11;
}
.TagClassName
{
border-color: #402E11;
}
</style>