Shades of Mikado #403112
Tints of Mikado #403112
RGB
CMYK
RGB Variations
Color information
#403112 (or 0x403112) is known color: Mikado. HEX triplet: 40, 31 and 12. RGB value is (64,49,18). Sum of RGB (Red+Green+Blue) = 64+49+18=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403112 is #BFCEED. Grayscale: #323232. Windows color (decimal): -12570350 or 1192256. OLE color: 1192256.
HSL color Cylindrical-coordinate representation of color #403112: hue angle of 40.43º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403112 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 18 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.75 |
| HSL | 40.43º | 0.56% | 0.16% | - |
| HSV(B) | 40.43º | 0.72% | 0.25% | - |
| XYZ | 3.32 | 3.33 | 1.04 | - |
| YUV | 49.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 18 | 0 | 0.23 | 0.72 | 0.75 | 40.43 | 0.56 | 0.16 |
| Hex | 40 | 31 | 12 | 0 | 17 | 48 | 4B | 28 | 38 | 10 |
| Octal | 100 | 61 | 22 | 0 | 27 | 110 | 113 | 50 | 70 | 20 |
| Binary | 1000000 | 110001 | 10010 | 0 | 10111 | 1001000 | 1001011 | 101000 | 111000 | 10000 |
Color Harmonies of #403112
Complementary color
Monochromatic Colors of #403112
Black with #403112
Text Example
Text Example
White with #403112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403112; }
p { color: rgb(64,49,18); }
H1.HeaderClassName
{
color: #403112;
}
.AnyTagClassName
{
color: #403112;
}
</style>
background-color css
<style>
a { background-color: #403112; }
a { background-color: rgb(64,49,18); }
div.DivClassName
{
background-color: #403112;
}
.BgClassName
{
background-color: #403112;
}
</style>
border-color css
<style>
span { border-color: #403112; }
span { border-color: rgb(64,49,18); }
td.TdClassName
{
border-color: #403112;
}
.TagClassName
{
border-color: #403112;
}
</style>