Shades of Mikado #402F0D
Tints of Mikado #402F0D
RGB
CMYK
RGB Variations
Color information
#402F0D (or 0x402F0D) is known color: Mikado. HEX triplet: 40, 2F and 0D. RGB value is (64,47,13). Sum of RGB (Red+Green+Blue) = 64+47+13=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F0D is #BFD0F2. Grayscale: #303030. Windows color (decimal): -12570867 or 864064. OLE color: 864064.
HSL color Cylindrical-coordinate representation of color #402F0D: hue angle of 40º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #402F0D is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 13 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.75 |
| HSL | 40º | 0.66% | 0.15% | - |
| HSV(B) | 40º | 0.8% | 0.25% | - |
| XYZ | 3.2 | 3.15 | 0.82 | - |
| YUV | 48.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 13 | 0 | 0.27 | 0.80 | 0.75 | 40 | 0.66 | 0.15 |
| Hex | 40 | 2F | D | 0 | 1B | 50 | 4B | 28 | 42 | F |
| Octal | 100 | 57 | 15 | 0 | 33 | 120 | 113 | 50 | 102 | 17 |
| Binary | 1000000 | 101111 | 1101 | 0 | 11011 | 1010000 | 1001011 | 101000 | 1000010 | 1111 |
Color Harmonies of #402F0D
Complementary color
Monochromatic Colors of #402F0D
Black with #402F0D
Text Example
Text Example
White with #402F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F0D; }
p { color: rgb(64,47,13); }
H1.HeaderClassName
{
color: #402F0D;
}
.AnyTagClassName
{
color: #402F0D;
}
</style>
background-color css
<style>
a { background-color: #402F0D; }
a { background-color: rgb(64,47,13); }
div.DivClassName
{
background-color: #402F0D;
}
.BgClassName
{
background-color: #402F0D;
}
</style>
border-color css
<style>
span { border-color: #402F0D; }
span { border-color: rgb(64,47,13); }
td.TdClassName
{
border-color: #402F0D;
}
.TagClassName
{
border-color: #402F0D;
}
</style>