Shades of Mikado #403922
Tints of Mikado #403922
RGB
CMYK
RGB Variations
Color information
#403922 (or 0x403922) is known color: Mikado. HEX triplet: 40, 39 and 22. RGB value is (64,57,34). Sum of RGB (Red+Green+Blue) = 64+57+34=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403922 is #BFC6DD. Grayscale: #383838. Windows color (decimal): -12568286 or 2242880. OLE color: 2242880.
HSL color Cylindrical-coordinate representation of color #403922: hue angle of 46º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403922 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 34 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.75 |
| HSL | 46º | 0.31% | 0.19% | - |
| HSV(B) | 46º | 0.47% | 0.25% | - |
| XYZ | 3.87 | 4.13 | 2.11 | - |
| YUV | 56.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 34 | 0 | 0.11 | 0.47 | 0.75 | 46 | 0.31 | 0.19 |
| Hex | 40 | 39 | 22 | 0 | B | 2F | 4B | 2E | 1F | 13 |
| Octal | 100 | 71 | 42 | 0 | 13 | 57 | 113 | 56 | 37 | 23 |
| Binary | 1000000 | 111001 | 100010 | 0 | 1011 | 101111 | 1001011 | 101110 | 11111 | 10011 |
Color Harmonies of #403922
Complementary color
Monochromatic Colors of #403922
Black with #403922
Text Example
Text Example
White with #403922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403922; }
p { color: rgb(64,57,34); }
H1.HeaderClassName
{
color: #403922;
}
.AnyTagClassName
{
color: #403922;
}
</style>
background-color css
<style>
a { background-color: #403922; }
a { background-color: rgb(64,57,34); }
div.DivClassName
{
background-color: #403922;
}
.BgClassName
{
background-color: #403922;
}
</style>
border-color css
<style>
span { border-color: #403922; }
span { border-color: rgb(64,57,34); }
td.TdClassName
{
border-color: #403922;
}
.TagClassName
{
border-color: #403922;
}
</style>