Shades of Mikado #46350D
Tints of Mikado #46350D
RGB
CMYK
RGB Variations
Color information
#46350D (or 0x46350D) is known color: Mikado. HEX triplet: 46, 35 and 0D. RGB value is (70,53,13). Sum of RGB (Red+Green+Blue) = 70+53+13=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46350D is #B9CAF2. Grayscale: #353535. Windows color (decimal): -12176115 or 865606. OLE color: 865606.
HSL color Cylindrical-coordinate representation of color #46350D: hue angle of 42.11º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46350D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 53 | 13 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.73 |
| HSL | 42.11º | 0.69% | 0.16% | - |
| HSV(B) | 42.11º | 0.81% | 0.27% | - |
| XYZ | 3.87 | 3.88 | 0.93 | - |
| YUV | 53.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 13 | 0 | 0.24 | 0.81 | 0.73 | 42.11 | 0.69 | 0.16 |
| Hex | 46 | 35 | D | 0 | 18 | 51 | 49 | 2A | 45 | 10 |
| Octal | 106 | 65 | 15 | 0 | 30 | 121 | 111 | 52 | 105 | 20 |
| Binary | 1000110 | 110101 | 1101 | 0 | 11000 | 1010001 | 1001001 | 101010 | 1000101 | 10000 |
Color Harmonies of #46350D
Complementary color
Monochromatic Colors of #46350D
Black with #46350D
Text Example
Text Example
White with #46350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46350D; }
p { color: rgb(70,53,13); }
H1.HeaderClassName
{
color: #46350D;
}
.AnyTagClassName
{
color: #46350D;
}
</style>
background-color css
<style>
a { background-color: #46350D; }
a { background-color: rgb(70,53,13); }
div.DivClassName
{
background-color: #46350D;
}
.BgClassName
{
background-color: #46350D;
}
</style>
border-color css
<style>
span { border-color: #46350D; }
span { border-color: rgb(70,53,13); }
td.TdClassName
{
border-color: #46350D;
}
.TagClassName
{
border-color: #46350D;
}
</style>