Shades of Mikado #402C0A
Tints of Mikado #402C0A
RGB
CMYK
RGB Variations
Color information
#402C0A (or 0x402C0A) is known color: Mikado. HEX triplet: 40, 2C and 0A. RGB value is (64,44,10). Sum of RGB (Red+Green+Blue) = 64+44+10=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C0A is #BFD3F5. Grayscale: #2E2E2E. Windows color (decimal): -12571638 or 666688. OLE color: 666688.
HSL color Cylindrical-coordinate representation of color #402C0A: hue angle of 37.78º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #402C0A is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 10 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.75 |
| HSL | 37.78º | 0.73% | 0.15% | - |
| HSV(B) | 37.78º | 0.84% | 0.25% | - |
| XYZ | 3.07 | 2.91 | 0.69 | - |
| YUV | 46.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 10 | 0 | 0.31 | 0.84 | 0.75 | 37.78 | 0.73 | 0.15 |
| Hex | 40 | 2C | A | 0 | 1F | 54 | 4B | 26 | 49 | F |
| Octal | 100 | 54 | 12 | 0 | 37 | 124 | 113 | 46 | 111 | 17 |
| Binary | 1000000 | 101100 | 1010 | 0 | 11111 | 1010100 | 1001011 | 100110 | 1001001 | 1111 |
Color Harmonies of #402C0A
Complementary color
Monochromatic Colors of #402C0A
Black with #402C0A
Text Example
Text Example
White with #402C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C0A; }
p { color: rgb(64,44,10); }
H1.HeaderClassName
{
color: #402C0A;
}
.AnyTagClassName
{
color: #402C0A;
}
</style>
background-color css
<style>
a { background-color: #402C0A; }
a { background-color: rgb(64,44,10); }
div.DivClassName
{
background-color: #402C0A;
}
.BgClassName
{
background-color: #402C0A;
}
</style>
border-color css
<style>
span { border-color: #402C0A; }
span { border-color: rgb(64,44,10); }
td.TdClassName
{
border-color: #402C0A;
}
.TagClassName
{
border-color: #402C0A;
}
</style>