Shades of Mikado #402F06
Tints of Mikado #402F06
RGB
CMYK
RGB Variations
Color information
#402F06 (or 0x402F06) is known color: Mikado. HEX triplet: 40, 2F and 06. RGB value is (64,47,6). Sum of RGB (Red+Green+Blue) = 64+47+6=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F06 is #BFD0F9. Grayscale: #2F2F2F. Windows color (decimal): -12570874 or 405312. OLE color: 405312.
HSL color Cylindrical-coordinate representation of color #402F06: hue angle of 42.41º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #402F06 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 6 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.75 |
| HSL | 42.41º | 0.83% | 0.14% | - |
| HSV(B) | 42.41º | 0.91% | 0.25% | - |
| XYZ | 3.16 | 3.14 | 0.61 | - |
| YUV | 47.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 6 | 0 | 0.27 | 0.91 | 0.75 | 42.41 | 0.83 | 0.14 |
| Hex | 40 | 2F | 6 | 0 | 1B | 5B | 4B | 2A | 53 | E |
| Octal | 100 | 57 | 6 | 0 | 33 | 133 | 113 | 52 | 123 | 16 |
| Binary | 1000000 | 101111 | 110 | 0 | 11011 | 1011011 | 1001011 | 101010 | 1010011 | 1110 |
Color Harmonies of #402F06
Complementary color
Monochromatic Colors of #402F06
Black with #402F06
Text Example
Text Example
White with #402F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F06; }
p { color: rgb(64,47,6); }
H1.HeaderClassName
{
color: #402F06;
}
.AnyTagClassName
{
color: #402F06;
}
</style>
background-color css
<style>
a { background-color: #402F06; }
a { background-color: rgb(64,47,6); }
div.DivClassName
{
background-color: #402F06;
}
.BgClassName
{
background-color: #402F06;
}
</style>
border-color css
<style>
span { border-color: #402F06; }
span { border-color: rgb(64,47,6); }
td.TdClassName
{
border-color: #402F06;
}
.TagClassName
{
border-color: #402F06;
}
</style>