Shades of Mikado #40340B
Tints of Mikado #40340B
RGB
CMYK
RGB Variations
Color information
#40340B (or 0x40340B) is known color: Mikado. HEX triplet: 40, 34 and 0B. RGB value is (64,52,11). Sum of RGB (Red+Green+Blue) = 64+52+11=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40340B is #BFCBF4. Grayscale: #333333. Windows color (decimal): -12569589 or 734272. OLE color: 734272.
HSL color Cylindrical-coordinate representation of color #40340B: hue angle of 46.42º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40340B is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 11 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.75 |
| HSL | 46.42º | 0.71% | 0.15% | - |
| HSV(B) | 46.42º | 0.83% | 0.25% | - |
| XYZ | 3.4 | 3.57 | 0.83 | - |
| YUV | 50.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 11 | 0 | 0.19 | 0.83 | 0.75 | 46.42 | 0.71 | 0.15 |
| Hex | 40 | 34 | B | 0 | 13 | 53 | 4B | 2E | 47 | F |
| Octal | 100 | 64 | 13 | 0 | 23 | 123 | 113 | 56 | 107 | 17 |
| Binary | 1000000 | 110100 | 1011 | 0 | 10011 | 1010011 | 1001011 | 101110 | 1000111 | 1111 |
Color Harmonies of #40340B
Complementary color
Monochromatic Colors of #40340B
Black with #40340B
Text Example
Text Example
White with #40340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40340B; }
p { color: rgb(64,52,11); }
H1.HeaderClassName
{
color: #40340B;
}
.AnyTagClassName
{
color: #40340B;
}
</style>
background-color css
<style>
a { background-color: #40340B; }
a { background-color: rgb(64,52,11); }
div.DivClassName
{
background-color: #40340B;
}
.BgClassName
{
background-color: #40340B;
}
</style>
border-color css
<style>
span { border-color: #40340B; }
span { border-color: rgb(64,52,11); }
td.TdClassName
{
border-color: #40340B;
}
.TagClassName
{
border-color: #40340B;
}
</style>