Shades of Mikado #40341B
Tints of Mikado #40341B
RGB
CMYK
RGB Variations
Color information
#40341B (or 0x40341B) is known color: Mikado. HEX triplet: 40, 34 and 1B. RGB value is (64,52,27). Sum of RGB (Red+Green+Blue) = 64+52+27=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #40341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40341B is #BFCBE4. Grayscale: #343434. Windows color (decimal): -12569573 or 1782848. OLE color: 1782848.
HSL color Cylindrical-coordinate representation of color #40341B: hue angle of 40.54º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40341B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 27 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.75 |
| HSL | 40.54º | 0.41% | 0.18% | - |
| HSV(B) | 40.54º | 0.58% | 0.25% | - |
| XYZ | 3.54 | 3.63 | 1.55 | - |
| YUV | 52.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 27 | 0 | 0.19 | 0.58 | 0.75 | 40.54 | 0.41 | 0.18 |
| Hex | 40 | 34 | 1B | 0 | 13 | 3A | 4B | 29 | 29 | 12 |
| Octal | 100 | 64 | 33 | 0 | 23 | 72 | 113 | 51 | 51 | 22 |
| Binary | 1000000 | 110100 | 11011 | 0 | 10011 | 111010 | 1001011 | 101001 | 101001 | 10010 |
Color Harmonies of #40341B
Complementary color
Monochromatic Colors of #40341B
Black with #40341B
Text Example
Text Example
White with #40341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40341B; }
p { color: rgb(64,52,27); }
H1.HeaderClassName
{
color: #40341B;
}
.AnyTagClassName
{
color: #40341B;
}
</style>
background-color css
<style>
a { background-color: #40341B; }
a { background-color: rgb(64,52,27); }
div.DivClassName
{
background-color: #40341B;
}
.BgClassName
{
background-color: #40341B;
}
</style>
border-color css
<style>
span { border-color: #40341B; }
span { border-color: rgb(64,52,27); }
td.TdClassName
{
border-color: #40341B;
}
.TagClassName
{
border-color: #40341B;
}
</style>