Shades of Mikado #46360E
Tints of Mikado #46360E
RGB
CMYK
RGB Variations
Color information
#46360E (or 0x46360E) is known color: Mikado. HEX triplet: 46, 36 and 0E. RGB value is (70,54,14). Sum of RGB (Red+Green+Blue) = 70+54+14=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46360E is #B9C9F1. Grayscale: #363636. Windows color (decimal): -12175858 or 931398. OLE color: 931398.
HSL color Cylindrical-coordinate representation of color #46360E: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46360E is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 54 | 14 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.73 |
| HSL | 42.86º | 0.67% | 0.16% | - |
| HSV(B) | 42.86º | 0.8% | 0.27% | - |
| XYZ | 3.92 | 3.97 | 0.98 | - |
| YUV | 54.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 14 | 0 | 0.23 | 0.80 | 0.73 | 42.86 | 0.67 | 0.16 |
| Hex | 46 | 36 | E | 0 | 17 | 50 | 49 | 2B | 43 | 10 |
| Octal | 106 | 66 | 16 | 0 | 27 | 120 | 111 | 53 | 103 | 20 |
| Binary | 1000110 | 110110 | 1110 | 0 | 10111 | 1010000 | 1001001 | 101011 | 1000011 | 10000 |
Color Harmonies of #46360E
Complementary color
Monochromatic Colors of #46360E
Black with #46360E
Text Example
Text Example
White with #46360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46360E; }
p { color: rgb(70,54,14); }
H1.HeaderClassName
{
color: #46360E;
}
.AnyTagClassName
{
color: #46360E;
}
</style>
background-color css
<style>
a { background-color: #46360E; }
a { background-color: rgb(70,54,14); }
div.DivClassName
{
background-color: #46360E;
}
.BgClassName
{
background-color: #46360E;
}
</style>
border-color css
<style>
span { border-color: #46360E; }
span { border-color: rgb(70,54,14); }
td.TdClassName
{
border-color: #46360E;
}
.TagClassName
{
border-color: #46360E;
}
</style>