Shades of Mikado #403619
Tints of Mikado #403619
RGB
CMYK
RGB Variations
Color information
#403619 (or 0x403619) is known color: Mikado. HEX triplet: 40, 36 and 19. RGB value is (64,54,25). Sum of RGB (Red+Green+Blue) = 64+54+25=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403619 is #BFC9E6. Grayscale: #353535. Windows color (decimal): -12569063 or 1652288. OLE color: 1652288.
HSL color Cylindrical-coordinate representation of color #403619: hue angle of 44.62º 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 #403619 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 54 | 25 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.75 |
| HSL | 44.62º | 0.44% | 0.17% | - |
| HSV(B) | 44.62º | 0.61% | 0.25% | - |
| XYZ | 3.61 | 3.8 | 1.46 | - |
| YUV | 53.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 25 | 0 | 0.16 | 0.61 | 0.75 | 44.62 | 0.44 | 0.17 |
| Hex | 40 | 36 | 19 | 0 | 10 | 3D | 4B | 2D | 2C | 11 |
| Octal | 100 | 66 | 31 | 0 | 20 | 75 | 113 | 55 | 54 | 21 |
| Binary | 1000000 | 110110 | 11001 | 0 | 10000 | 111101 | 1001011 | 101101 | 101100 | 10001 |
Color Harmonies of #403619
Complementary color
Monochromatic Colors of #403619
Black with #403619
Text Example
Text Example
White with #403619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403619; }
p { color: rgb(64,54,25); }
H1.HeaderClassName
{
color: #403619;
}
.AnyTagClassName
{
color: #403619;
}
</style>
background-color css
<style>
a { background-color: #403619; }
a { background-color: rgb(64,54,25); }
div.DivClassName
{
background-color: #403619;
}
.BgClassName
{
background-color: #403619;
}
</style>
border-color css
<style>
span { border-color: #403619; }
span { border-color: rgb(64,54,25); }
td.TdClassName
{
border-color: #403619;
}
.TagClassName
{
border-color: #403619;
}
</style>