Shades of Mikado #403405
Tints of Mikado #403405
RGB
CMYK
RGB Variations
Color information
#403405 (or 0x403405) is known color: Mikado. HEX triplet: 40, 34 and 05. RGB value is (64,52,5). Sum of RGB (Red+Green+Blue) = 64+52+5=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403405 is #BFCBFA. Grayscale: #323232. Windows color (decimal): -12569595 or 341056. OLE color: 341056.
HSL color Cylindrical-coordinate representation of color #403405: hue angle of 47.8º 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 #403405 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 5 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.75 |
| HSL | 47.8º | 0.86% | 0.14% | - |
| HSV(B) | 47.8º | 0.92% | 0.25% | - |
| XYZ | 3.37 | 3.56 | 0.65 | - |
| YUV | 50.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 5 | 0 | 0.19 | 0.92 | 0.75 | 47.8 | 0.86 | 0.14 |
| Hex | 40 | 34 | 5 | 0 | 13 | 5C | 4B | 30 | 56 | E |
| Octal | 100 | 64 | 5 | 0 | 23 | 134 | 113 | 60 | 126 | 16 |
| Binary | 1000000 | 110100 | 101 | 0 | 10011 | 1011100 | 1001011 | 110000 | 1010110 | 1110 |
Color Harmonies of #403405
Complementary color
Monochromatic Colors of #403405
Black with #403405
Text Example
Text Example
White with #403405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403405; }
p { color: rgb(64,52,5); }
H1.HeaderClassName
{
color: #403405;
}
.AnyTagClassName
{
color: #403405;
}
</style>
background-color css
<style>
a { background-color: #403405; }
a { background-color: rgb(64,52,5); }
div.DivClassName
{
background-color: #403405;
}
.BgClassName
{
background-color: #403405;
}
</style>
border-color css
<style>
span { border-color: #403405; }
span { border-color: rgb(64,52,5); }
td.TdClassName
{
border-color: #403405;
}
.TagClassName
{
border-color: #403405;
}
</style>