Shades of Mikado #402D08
Tints of Mikado #402D08
RGB
CMYK
RGB Variations
Color information
#402D08 (or 0x402D08) is known color: Mikado. HEX triplet: 40, 2D and 08. RGB value is (64,45,8). Sum of RGB (Red+Green+Blue) = 64+45+8=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D08 is #BFD2F7. Grayscale: #2E2E2E. Windows color (decimal): -12571384 or 535872. OLE color: 535872.
HSL color Cylindrical-coordinate representation of color #402D08: hue angle of 39.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402D08 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 8 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.75 |
| HSL | 39.64º | 0.78% | 0.14% | - |
| HSV(B) | 39.64º | 0.88% | 0.25% | - |
| XYZ | 3.1 | 2.98 | 0.64 | - |
| YUV | 46.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 8 | 0 | 0.30 | 0.87 | 0.75 | 39.64 | 0.78 | 0.14 |
| Hex | 40 | 2D | 8 | 0 | 1E | 57 | 4B | 28 | 4E | E |
| Octal | 100 | 55 | 10 | 0 | 36 | 127 | 113 | 50 | 116 | 16 |
| Binary | 1000000 | 101101 | 1000 | 0 | 11110 | 1010111 | 1001011 | 101000 | 1001110 | 1110 |
Color Harmonies of #402D08
Complementary color
Monochromatic Colors of #402D08
Black with #402D08
Text Example
Text Example
White with #402D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D08; }
p { color: rgb(64,45,8); }
H1.HeaderClassName
{
color: #402D08;
}
.AnyTagClassName
{
color: #402D08;
}
</style>
background-color css
<style>
a { background-color: #402D08; }
a { background-color: rgb(64,45,8); }
div.DivClassName
{
background-color: #402D08;
}
.BgClassName
{
background-color: #402D08;
}
</style>
border-color css
<style>
span { border-color: #402D08; }
span { border-color: rgb(64,45,8); }
td.TdClassName
{
border-color: #402D08;
}
.TagClassName
{
border-color: #402D08;
}
</style>