Shades of Mikado #40371F
Tints of Mikado #40371F
RGB
CMYK
RGB Variations
Color information
#40371F (or 0x40371F) is known color: Mikado. HEX triplet: 40, 37 and 1F. RGB value is (64,55,31). Sum of RGB (Red+Green+Blue) = 64+55+31=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40371F is #BFC8E0. Grayscale: #373737. Windows color (decimal): -12568801 or 2045760. OLE color: 2045760.
HSL color Cylindrical-coordinate representation of color #40371F: hue angle of 43.64º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40371F is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 31 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.75 |
| HSL | 43.64º | 0.35% | 0.19% | - |
| HSV(B) | 43.64º | 0.52% | 0.25% | - |
| XYZ | 3.73 | 3.92 | 1.86 | - |
| YUV | 54.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 31 | 0 | 0.14 | 0.52 | 0.75 | 43.64 | 0.35 | 0.19 |
| Hex | 40 | 37 | 1F | 0 | E | 34 | 4B | 2C | 23 | 13 |
| Octal | 100 | 67 | 37 | 0 | 16 | 64 | 113 | 54 | 43 | 23 |
| Binary | 1000000 | 110111 | 11111 | 0 | 1110 | 110100 | 1001011 | 101100 | 100011 | 10011 |
Color Harmonies of #40371F
Complementary color
Monochromatic Colors of #40371F
Black with #40371F
Text Example
Text Example
White with #40371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40371F; }
p { color: rgb(64,55,31); }
H1.HeaderClassName
{
color: #40371F;
}
.AnyTagClassName
{
color: #40371F;
}
</style>
background-color css
<style>
a { background-color: #40371F; }
a { background-color: rgb(64,55,31); }
div.DivClassName
{
background-color: #40371F;
}
.BgClassName
{
background-color: #40371F;
}
</style>
border-color css
<style>
span { border-color: #40371F; }
span { border-color: rgb(64,55,31); }
td.TdClassName
{
border-color: #40371F;
}
.TagClassName
{
border-color: #40371F;
}
</style>