Shades of Mikado #402D02
Tints of Mikado #402D02
RGB
CMYK
RGB Variations
Color information
#402D02 (or 0x402D02) is known color: Mikado. HEX triplet: 40, 2D and 02. RGB value is (64,45,2). Sum of RGB (Red+Green+Blue) = 64+45+2=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D02 is #BFD2FD. Grayscale: #2D2D2D. Windows color (decimal): -12571390 or 142656. OLE color: 142656.
HSL color Cylindrical-coordinate representation of color #402D02: hue angle of 41.61º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #402D02 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 2 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.75 |
| HSL | 41.61º | 0.94% | 0.13% | - |
| HSV(B) | 41.61º | 0.97% | 0.25% | - |
| XYZ | 3.06 | 2.97 | 0.47 | - |
| YUV | 45.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 2 | 0 | 0.30 | 0.97 | 0.75 | 41.61 | 0.94 | 0.13 |
| Hex | 40 | 2D | 2 | 0 | 1E | 61 | 4B | 2A | 5E | D |
| Octal | 100 | 55 | 2 | 0 | 36 | 141 | 113 | 52 | 136 | 15 |
| Binary | 1000000 | 101101 | 10 | 0 | 11110 | 1100001 | 1001011 | 101010 | 1011110 | 1101 |
Color Harmonies of #402D02
Complementary color
Monochromatic Colors of #402D02
Black with #402D02
Text Example
Text Example
White with #402D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D02; }
p { color: rgb(64,45,2); }
H1.HeaderClassName
{
color: #402D02;
}
.AnyTagClassName
{
color: #402D02;
}
</style>
background-color css
<style>
a { background-color: #402D02; }
a { background-color: rgb(64,45,2); }
div.DivClassName
{
background-color: #402D02;
}
.BgClassName
{
background-color: #402D02;
}
</style>
border-color css
<style>
span { border-color: #402D02; }
span { border-color: rgb(64,45,2); }
td.TdClassName
{
border-color: #402D02;
}
.TagClassName
{
border-color: #402D02;
}
</style>