Shades of Mikado #40341C
Tints of Mikado #40341C
RGB
CMYK
RGB Variations
Color information
#40341C (or 0x40341C) is known color: Mikado. HEX triplet: 40, 34 and 1C. RGB value is (64,52,28). Sum of RGB (Red+Green+Blue) = 64+52+28=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40341C is #BFCBE3. Grayscale: #343434. Windows color (decimal): -12569572 or 1848384. OLE color: 1848384.
HSL color Cylindrical-coordinate representation of color #40341C: hue angle of 40º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40341C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 28 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.75 |
| HSL | 40º | 0.39% | 0.18% | - |
| HSV(B) | 40º | 0.56% | 0.25% | - |
| XYZ | 3.55 | 3.63 | 1.61 | - |
| YUV | 52.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 28 | 0 | 0.19 | 0.56 | 0.75 | 40 | 0.39 | 0.18 |
| Hex | 40 | 34 | 1C | 0 | 13 | 38 | 4B | 28 | 27 | 12 |
| Octal | 100 | 64 | 34 | 0 | 23 | 70 | 113 | 50 | 47 | 22 |
| Binary | 1000000 | 110100 | 11100 | 0 | 10011 | 111000 | 1001011 | 101000 | 100111 | 10010 |
Color Harmonies of #40341C
Complementary color
Monochromatic Colors of #40341C
Black with #40341C
Text Example
Text Example
White with #40341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40341C; }
p { color: rgb(64,52,28); }
H1.HeaderClassName
{
color: #40341C;
}
.AnyTagClassName
{
color: #40341C;
}
</style>
background-color css
<style>
a { background-color: #40341C; }
a { background-color: rgb(64,52,28); }
div.DivClassName
{
background-color: #40341C;
}
.BgClassName
{
background-color: #40341C;
}
</style>
border-color css
<style>
span { border-color: #40341C; }
span { border-color: rgb(64,52,28); }
td.TdClassName
{
border-color: #40341C;
}
.TagClassName
{
border-color: #40341C;
}
</style>