Shades of Mikado #403309
Tints of Mikado #403309
RGB
CMYK
RGB Variations
Color information
#403309 (or 0x403309) is known color: Mikado. HEX triplet: 40, 33 and 09. RGB value is (64,51,9). Sum of RGB (Red+Green+Blue) = 64+51+9=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403309 is #BFCCF6. Grayscale: #323232. Windows color (decimal): -12569847 or 602944. OLE color: 602944.
HSL color Cylindrical-coordinate representation of color #403309: hue angle of 45.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403309 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 9 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.75 |
| HSL | 45.82º | 0.75% | 0.14% | - |
| HSV(B) | 45.82º | 0.86% | 0.25% | - |
| XYZ | 3.35 | 3.48 | 0.75 | - |
| YUV | 50.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 9 | 0 | 0.20 | 0.86 | 0.75 | 45.82 | 0.75 | 0.14 |
| Hex | 40 | 33 | 9 | 0 | 14 | 56 | 4B | 2E | 4B | E |
| Octal | 100 | 63 | 11 | 0 | 24 | 126 | 113 | 56 | 113 | 16 |
| Binary | 1000000 | 110011 | 1001 | 0 | 10100 | 1010110 | 1001011 | 101110 | 1001011 | 1110 |
Color Harmonies of #403309
Complementary color
Monochromatic Colors of #403309
Black with #403309
Text Example
Text Example
White with #403309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403309; }
p { color: rgb(64,51,9); }
H1.HeaderClassName
{
color: #403309;
}
.AnyTagClassName
{
color: #403309;
}
</style>
background-color css
<style>
a { background-color: #403309; }
a { background-color: rgb(64,51,9); }
div.DivClassName
{
background-color: #403309;
}
.BgClassName
{
background-color: #403309;
}
</style>
border-color css
<style>
span { border-color: #403309; }
span { border-color: rgb(64,51,9); }
td.TdClassName
{
border-color: #403309;
}
.TagClassName
{
border-color: #403309;
}
</style>