Shades of Mikado #402F10
Tints of Mikado #402F10
RGB
CMYK
RGB Variations
Color information
#402F10 (or 0x402F10) is known color: Mikado. HEX triplet: 40, 2F and 10. RGB value is (64,47,16). Sum of RGB (Red+Green+Blue) = 64+47+16=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #402F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F10 is #BFD0EF. Grayscale: #303030. Windows color (decimal): -12570864 or 1060672. OLE color: 1060672.
HSL color Cylindrical-coordinate representation of color #402F10: hue angle of 38.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402F10 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 16 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.75 |
| HSL | 38.75º | 0.6% | 0.16% | - |
| HSV(B) | 38.75º | 0.75% | 0.25% | - |
| XYZ | 3.22 | 3.16 | 0.93 | - |
| YUV | 48.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 16 | 0 | 0.27 | 0.75 | 0.75 | 38.75 | 0.6 | 0.16 |
| Hex | 40 | 2F | 10 | 0 | 1B | 4B | 4B | 27 | 3C | 10 |
| Octal | 100 | 57 | 20 | 0 | 33 | 113 | 113 | 47 | 74 | 20 |
| Binary | 1000000 | 101111 | 10000 | 0 | 11011 | 1001011 | 1001011 | 100111 | 111100 | 10000 |
Color Harmonies of #402F10
Complementary color
Monochromatic Colors of #402F10
Black with #402F10
Text Example
Text Example
White with #402F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F10; }
p { color: rgb(64,47,16); }
H1.HeaderClassName
{
color: #402F10;
}
.AnyTagClassName
{
color: #402F10;
}
</style>
background-color css
<style>
a { background-color: #402F10; }
a { background-color: rgb(64,47,16); }
div.DivClassName
{
background-color: #402F10;
}
.BgClassName
{
background-color: #402F10;
}
</style>
border-color css
<style>
span { border-color: #402F10; }
span { border-color: rgb(64,47,16); }
td.TdClassName
{
border-color: #402F10;
}
.TagClassName
{
border-color: #402F10;
}
</style>