Shades of Mikado #402F12
Tints of Mikado #402F12
RGB
CMYK
RGB Variations
Color information
#402F12 (or 0x402F12) is known color: Mikado. HEX triplet: 40, 2F and 12. RGB value is (64,47,18). Sum of RGB (Red+Green+Blue) = 64+47+18=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #402F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F12 is #BFD0ED. Grayscale: #303030. Windows color (decimal): -12570862 or 1191744. OLE color: 1191744.
HSL color Cylindrical-coordinate representation of color #402F12: hue angle of 37.83º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402F12 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 18 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.75 |
| HSL | 37.83º | 0.56% | 0.16% | - |
| HSV(B) | 37.83º | 0.72% | 0.25% | - |
| XYZ | 3.24 | 3.17 | 1.01 | - |
| YUV | 48.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 18 | 0 | 0.27 | 0.72 | 0.75 | 37.83 | 0.56 | 0.16 |
| Hex | 40 | 2F | 12 | 0 | 1B | 48 | 4B | 26 | 38 | 10 |
| Octal | 100 | 57 | 22 | 0 | 33 | 110 | 113 | 46 | 70 | 20 |
| Binary | 1000000 | 101111 | 10010 | 0 | 11011 | 1001000 | 1001011 | 100110 | 111000 | 10000 |
Color Harmonies of #402F12
Complementary color
Monochromatic Colors of #402F12
Black with #402F12
Text Example
Text Example
White with #402F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F12; }
p { color: rgb(64,47,18); }
H1.HeaderClassName
{
color: #402F12;
}
.AnyTagClassName
{
color: #402F12;
}
</style>
background-color css
<style>
a { background-color: #402F12; }
a { background-color: rgb(64,47,18); }
div.DivClassName
{
background-color: #402F12;
}
.BgClassName
{
background-color: #402F12;
}
</style>
border-color css
<style>
span { border-color: #402F12; }
span { border-color: rgb(64,47,18); }
td.TdClassName
{
border-color: #402F12;
}
.TagClassName
{
border-color: #402F12;
}
</style>