Shades of Mikado #403215
Tints of Mikado #403215
RGB
CMYK
RGB Variations
Color information
#403215 (or 0x403215) is known color: Mikado. HEX triplet: 40, 32 and 15. RGB value is (64,50,21). Sum of RGB (Red+Green+Blue) = 64+50+21=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403215 is #BFCDEA. Grayscale: #333333. Windows color (decimal): -12570091 or 1389120. OLE color: 1389120.
HSL color Cylindrical-coordinate representation of color #403215: hue angle of 40.47º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403215 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 21 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.75 |
| HSL | 40.47º | 0.51% | 0.17% | - |
| HSV(B) | 40.47º | 0.67% | 0.25% | - |
| XYZ | 3.39 | 3.43 | 1.19 | - |
| YUV | 50.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 21 | 0 | 0.22 | 0.67 | 0.75 | 40.47 | 0.51 | 0.17 |
| Hex | 40 | 32 | 15 | 0 | 16 | 43 | 4B | 28 | 33 | 11 |
| Octal | 100 | 62 | 25 | 0 | 26 | 103 | 113 | 50 | 63 | 21 |
| Binary | 1000000 | 110010 | 10101 | 0 | 10110 | 1000011 | 1001011 | 101000 | 110011 | 10001 |
Color Harmonies of #403215
Complementary color
Monochromatic Colors of #403215
Black with #403215
Text Example
Text Example
White with #403215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403215; }
p { color: rgb(64,50,21); }
H1.HeaderClassName
{
color: #403215;
}
.AnyTagClassName
{
color: #403215;
}
</style>
background-color css
<style>
a { background-color: #403215; }
a { background-color: rgb(64,50,21); }
div.DivClassName
{
background-color: #403215;
}
.BgClassName
{
background-color: #403215;
}
</style>
border-color css
<style>
span { border-color: #403215; }
span { border-color: rgb(64,50,21); }
td.TdClassName
{
border-color: #403215;
}
.TagClassName
{
border-color: #403215;
}
</style>