Shades of Mikado #403419
Tints of Mikado #403419
RGB
CMYK
RGB Variations
Color information
#403419 (or 0x403419) is known color: Mikado. HEX triplet: 40, 34 and 19. RGB value is (64,52,25). Sum of RGB (Red+Green+Blue) = 64+52+25=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403419 is #BFCBE6. Grayscale: #343434. Windows color (decimal): -12569575 or 1651776. OLE color: 1651776.
HSL color Cylindrical-coordinate representation of color #403419: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403419 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 25 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.75 |
| HSL | 41.54º | 0.44% | 0.17% | - |
| HSV(B) | 41.54º | 0.61% | 0.25% | - |
| XYZ | 3.52 | 3.62 | 1.43 | - |
| YUV | 52.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 25 | 0 | 0.19 | 0.61 | 0.75 | 41.54 | 0.44 | 0.17 |
| Hex | 40 | 34 | 19 | 0 | 13 | 3D | 4B | 2A | 2C | 11 |
| Octal | 100 | 64 | 31 | 0 | 23 | 75 | 113 | 52 | 54 | 21 |
| Binary | 1000000 | 110100 | 11001 | 0 | 10011 | 111101 | 1001011 | 101010 | 101100 | 10001 |
Color Harmonies of #403419
Complementary color
Monochromatic Colors of #403419
Black with #403419
Text Example
Text Example
White with #403419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403419; }
p { color: rgb(64,52,25); }
H1.HeaderClassName
{
color: #403419;
}
.AnyTagClassName
{
color: #403419;
}
</style>
background-color css
<style>
a { background-color: #403419; }
a { background-color: rgb(64,52,25); }
div.DivClassName
{
background-color: #403419;
}
.BgClassName
{
background-color: #403419;
}
</style>
border-color css
<style>
span { border-color: #403419; }
span { border-color: rgb(64,52,25); }
td.TdClassName
{
border-color: #403419;
}
.TagClassName
{
border-color: #403419;
}
</style>