Shades of Mikado #46340C
Tints of Mikado #46340C
RGB
CMYK
RGB Variations
Color information
#46340C (or 0x46340C) is known color: Mikado. HEX triplet: 46, 34 and 0C. RGB value is (70,52,12). Sum of RGB (Red+Green+Blue) = 70+52+12=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46340C is #B9CBF3. Grayscale: #353535. Windows color (decimal): -12176372 or 799814. OLE color: 799814.
HSL color Cylindrical-coordinate representation of color #46340C: hue angle of 41.38º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46340C is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 12 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.73 |
| HSL | 41.38º | 0.71% | 0.16% | - |
| HSV(B) | 41.38º | 0.83% | 0.27% | - |
| XYZ | 3.82 | 3.78 | 0.88 | - |
| YUV | 52.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 12 | 0 | 0.26 | 0.83 | 0.73 | 41.38 | 0.71 | 0.16 |
| Hex | 46 | 34 | C | 0 | 1A | 53 | 49 | 29 | 47 | 10 |
| Octal | 106 | 64 | 14 | 0 | 32 | 123 | 111 | 51 | 107 | 20 |
| Binary | 1000110 | 110100 | 1100 | 0 | 11010 | 1010011 | 1001001 | 101001 | 1000111 | 10000 |
Color Harmonies of #46340C
Complementary color
Monochromatic Colors of #46340C
Black with #46340C
Text Example
Text Example
White with #46340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46340C; }
p { color: rgb(70,52,12); }
H1.HeaderClassName
{
color: #46340C;
}
.AnyTagClassName
{
color: #46340C;
}
</style>
background-color css
<style>
a { background-color: #46340C; }
a { background-color: rgb(70,52,12); }
div.DivClassName
{
background-color: #46340C;
}
.BgClassName
{
background-color: #46340C;
}
</style>
border-color css
<style>
span { border-color: #46340C; }
span { border-color: rgb(70,52,12); }
td.TdClassName
{
border-color: #46340C;
}
.TagClassName
{
border-color: #46340C;
}
</style>