Shades of Mikado #403113
Tints of Mikado #403113
RGB
CMYK
RGB Variations
Color information
#403113 (or 0x403113) is known color: Mikado. HEX triplet: 40, 31 and 13. RGB value is (64,49,19). Sum of RGB (Red+Green+Blue) = 64+49+19=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403113 is #BFCEEC. Grayscale: #323232. Windows color (decimal): -12570349 or 1257792. OLE color: 1257792.
HSL color Cylindrical-coordinate representation of color #403113: hue angle of 40º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403113 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 19 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.75 |
| HSL | 40º | 0.54% | 0.16% | - |
| HSV(B) | 40º | 0.7% | 0.25% | - |
| XYZ | 3.33 | 3.33 | 1.08 | - |
| YUV | 50.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 19 | 0 | 0.23 | 0.70 | 0.75 | 40 | 0.54 | 0.16 |
| Hex | 40 | 31 | 13 | 0 | 17 | 46 | 4B | 28 | 36 | 10 |
| Octal | 100 | 61 | 23 | 0 | 27 | 106 | 113 | 50 | 66 | 20 |
| Binary | 1000000 | 110001 | 10011 | 0 | 10111 | 1000110 | 1001011 | 101000 | 110110 | 10000 |
Color Harmonies of #403113
Complementary color
Monochromatic Colors of #403113
Black with #403113
Text Example
Text Example
White with #403113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403113; }
p { color: rgb(64,49,19); }
H1.HeaderClassName
{
color: #403113;
}
.AnyTagClassName
{
color: #403113;
}
</style>
background-color css
<style>
a { background-color: #403113; }
a { background-color: rgb(64,49,19); }
div.DivClassName
{
background-color: #403113;
}
.BgClassName
{
background-color: #403113;
}
</style>
border-color css
<style>
span { border-color: #403113; }
span { border-color: rgb(64,49,19); }
td.TdClassName
{
border-color: #403113;
}
.TagClassName
{
border-color: #403113;
}
</style>