Shades of Mikado #403005
Tints of Mikado #403005
RGB
CMYK
RGB Variations
Color information
#403005 (or 0x403005) is known color: Mikado. HEX triplet: 40, 30 and 05. RGB value is (64,48,5). Sum of RGB (Red+Green+Blue) = 64+48+5=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403005 is #BFCFFA. Grayscale: #303030. Windows color (decimal): -12570619 or 340032. OLE color: 340032.
HSL color Cylindrical-coordinate representation of color #403005: hue angle of 43.73º 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 #403005 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 5 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.75 |
| HSL | 43.73º | 0.86% | 0.14% | - |
| HSV(B) | 43.73º | 0.92% | 0.25% | - |
| XYZ | 3.2 | 3.21 | 0.6 | - |
| YUV | 47.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 5 | 0 | 0.25 | 0.92 | 0.75 | 43.73 | 0.86 | 0.14 |
| Hex | 40 | 30 | 5 | 0 | 19 | 5C | 4B | 2C | 56 | E |
| Octal | 100 | 60 | 5 | 0 | 31 | 134 | 113 | 54 | 126 | 16 |
| Binary | 1000000 | 110000 | 101 | 0 | 11001 | 1011100 | 1001011 | 101100 | 1010110 | 1110 |
Color Harmonies of #403005
Complementary color
Monochromatic Colors of #403005
Black with #403005
Text Example
Text Example
White with #403005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403005; }
p { color: rgb(64,48,5); }
H1.HeaderClassName
{
color: #403005;
}
.AnyTagClassName
{
color: #403005;
}
</style>
background-color css
<style>
a { background-color: #403005; }
a { background-color: rgb(64,48,5); }
div.DivClassName
{
background-color: #403005;
}
.BgClassName
{
background-color: #403005;
}
</style>
border-color css
<style>
span { border-color: #403005; }
span { border-color: rgb(64,48,5); }
td.TdClassName
{
border-color: #403005;
}
.TagClassName
{
border-color: #403005;
}
</style>