Shades of Mikado #402D0F
Tints of Mikado #402D0F
RGB
CMYK
RGB Variations
Color information
#402D0F (or 0x402D0F) is known color: Mikado. HEX triplet: 40, 2D and 0F. RGB value is (64,45,15). Sum of RGB (Red+Green+Blue) = 64+45+15=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D0F is #BFD2F0. Grayscale: #2F2F2F. Windows color (decimal): -12571377 or 994624. OLE color: 994624.
HSL color Cylindrical-coordinate representation of color #402D0F: hue angle of 36.73º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402D0F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 15 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.75 |
| HSL | 36.73º | 0.62% | 0.15% | - |
| HSV(B) | 36.73º | 0.77% | 0.25% | - |
| XYZ | 3.14 | 3 | 0.87 | - |
| YUV | 47.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 15 | 0 | 0.30 | 0.77 | 0.75 | 36.73 | 0.62 | 0.15 |
| Hex | 40 | 2D | F | 0 | 1E | 4D | 4B | 25 | 3E | F |
| Octal | 100 | 55 | 17 | 0 | 36 | 115 | 113 | 45 | 76 | 17 |
| Binary | 1000000 | 101101 | 1111 | 0 | 11110 | 1001101 | 1001011 | 100101 | 111110 | 1111 |
Color Harmonies of #402D0F
Complementary color
Monochromatic Colors of #402D0F
Black with #402D0F
Text Example
Text Example
White with #402D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D0F; }
p { color: rgb(64,45,15); }
H1.HeaderClassName
{
color: #402D0F;
}
.AnyTagClassName
{
color: #402D0F;
}
</style>
background-color css
<style>
a { background-color: #402D0F; }
a { background-color: rgb(64,45,15); }
div.DivClassName
{
background-color: #402D0F;
}
.BgClassName
{
background-color: #402D0F;
}
</style>
border-color css
<style>
span { border-color: #402D0F; }
span { border-color: rgb(64,45,15); }
td.TdClassName
{
border-color: #402D0F;
}
.TagClassName
{
border-color: #402D0F;
}
</style>