Shades of Mikado #402B05
Tints of Mikado #402B05
RGB
CMYK
RGB Variations
Color information
#402B05 (or 0x402B05) is known color: Mikado. HEX triplet: 40, 2B and 05. RGB value is (64,43,5). Sum of RGB (Red+Green+Blue) = 64+43+5=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #402B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B05 is #BFD4FA. Grayscale: #2D2D2D. Windows color (decimal): -12571899 or 338752. OLE color: 338752.
HSL color Cylindrical-coordinate representation of color #402B05: hue angle of 38.64º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #402B05 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 5 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.75 |
| HSL | 38.64º | 0.86% | 0.14% | - |
| HSV(B) | 38.64º | 0.92% | 0.25% | - |
| XYZ | 3.01 | 2.83 | 0.53 | - |
| YUV | 44.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 5 | 0 | 0.33 | 0.92 | 0.75 | 38.64 | 0.86 | 0.14 |
| Hex | 40 | 2B | 5 | 0 | 21 | 5C | 4B | 27 | 56 | E |
| Octal | 100 | 53 | 5 | 0 | 41 | 134 | 113 | 47 | 126 | 16 |
| Binary | 1000000 | 101011 | 101 | 0 | 100001 | 1011100 | 1001011 | 100111 | 1010110 | 1110 |
Color Harmonies of #402B05
Complementary color
Monochromatic Colors of #402B05
Black with #402B05
Text Example
Text Example
White with #402B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B05; }
p { color: rgb(64,43,5); }
H1.HeaderClassName
{
color: #402B05;
}
.AnyTagClassName
{
color: #402B05;
}
</style>
background-color css
<style>
a { background-color: #402B05; }
a { background-color: rgb(64,43,5); }
div.DivClassName
{
background-color: #402B05;
}
.BgClassName
{
background-color: #402B05;
}
</style>
border-color css
<style>
span { border-color: #402B05; }
span { border-color: rgb(64,43,5); }
td.TdClassName
{
border-color: #402B05;
}
.TagClassName
{
border-color: #402B05;
}
</style>