Shades of Mikado #403205
Tints of Mikado #403205
RGB
CMYK
RGB Variations
Color information
#403205 (or 0x403205) is known color: Mikado. HEX triplet: 40, 32 and 05. RGB value is (64,50,5). Sum of RGB (Red+Green+Blue) = 64+50+5=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403205 is #BFCDFA. Grayscale: #313131. Windows color (decimal): -12570107 or 340544. OLE color: 340544.
HSL color Cylindrical-coordinate representation of color #403205: hue angle of 45.76º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #403205 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 5 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.75 |
| HSL | 45.76º | 0.86% | 0.14% | - |
| HSV(B) | 45.76º | 0.92% | 0.25% | - |
| XYZ | 3.28 | 3.38 | 0.62 | - |
| YUV | 49.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 5 | 0 | 0.22 | 0.92 | 0.75 | 45.76 | 0.86 | 0.14 |
| Hex | 40 | 32 | 5 | 0 | 16 | 5C | 4B | 2E | 56 | E |
| Octal | 100 | 62 | 5 | 0 | 26 | 134 | 113 | 56 | 126 | 16 |
| Binary | 1000000 | 110010 | 101 | 0 | 10110 | 1011100 | 1001011 | 101110 | 1010110 | 1110 |
Color Harmonies of #403205
Complementary color
Monochromatic Colors of #403205
Black with #403205
Text Example
Text Example
White with #403205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403205; }
p { color: rgb(64,50,5); }
H1.HeaderClassName
{
color: #403205;
}
.AnyTagClassName
{
color: #403205;
}
</style>
background-color css
<style>
a { background-color: #403205; }
a { background-color: rgb(64,50,5); }
div.DivClassName
{
background-color: #403205;
}
.BgClassName
{
background-color: #403205;
}
</style>
border-color css
<style>
span { border-color: #403205; }
span { border-color: rgb(64,50,5); }
td.TdClassName
{
border-color: #403205;
}
.TagClassName
{
border-color: #403205;
}
</style>