Shades of Mikado #46360D
Tints of Mikado #46360D
RGB
CMYK
RGB Variations
Color information
#46360D (or 0x46360D) is known color: Mikado. HEX triplet: 46, 36 and 0D. RGB value is (70,54,13). Sum of RGB (Red+Green+Blue) = 70+54+13=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46360D is #B9C9F2. Grayscale: #363636. Windows color (decimal): -12175859 or 865862. OLE color: 865862.
HSL color Cylindrical-coordinate representation of color #46360D: hue angle of 43.16º 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 #46360D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 54 | 13 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.73 |
| HSL | 43.16º | 0.69% | 0.16% | - |
| HSV(B) | 43.16º | 0.81% | 0.27% | - |
| XYZ | 3.92 | 3.97 | 0.94 | - |
| YUV | 54.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 13 | 0 | 0.23 | 0.81 | 0.73 | 43.16 | 0.69 | 0.16 |
| Hex | 46 | 36 | D | 0 | 17 | 51 | 49 | 2B | 45 | 10 |
| Octal | 106 | 66 | 15 | 0 | 27 | 121 | 111 | 53 | 105 | 20 |
| Binary | 1000110 | 110110 | 1101 | 0 | 10111 | 1010001 | 1001001 | 101011 | 1000101 | 10000 |
Color Harmonies of #46360D
Complementary color
Monochromatic Colors of #46360D
Black with #46360D
Text Example
Text Example
White with #46360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46360D; }
p { color: rgb(70,54,13); }
H1.HeaderClassName
{
color: #46360D;
}
.AnyTagClassName
{
color: #46360D;
}
</style>
background-color css
<style>
a { background-color: #46360D; }
a { background-color: rgb(70,54,13); }
div.DivClassName
{
background-color: #46360D;
}
.BgClassName
{
background-color: #46360D;
}
</style>
border-color css
<style>
span { border-color: #46360D; }
span { border-color: rgb(70,54,13); }
td.TdClassName
{
border-color: #46360D;
}
.TagClassName
{
border-color: #46360D;
}
</style>