Shades of Mikado #46320C
Tints of Mikado #46320C
RGB
CMYK
RGB Variations
Color information
#46320C (or 0x46320C) is known color: Mikado. HEX triplet: 46, 32 and 0C. RGB value is (70,50,12). Sum of RGB (Red+Green+Blue) = 70+50+12=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46320C is #B9CDF3. Grayscale: #333333. Windows color (decimal): -12176884 or 799302. OLE color: 799302.
HSL color Cylindrical-coordinate representation of color #46320C: hue angle of 39.31º 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 #46320C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 12 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.73 |
| HSL | 39.31º | 0.71% | 0.16% | - |
| HSV(B) | 39.31º | 0.83% | 0.27% | - |
| XYZ | 3.73 | 3.61 | 0.85 | - |
| YUV | 51.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 12 | 0 | 0.29 | 0.83 | 0.73 | 39.31 | 0.71 | 0.16 |
| Hex | 46 | 32 | C | 0 | 1D | 53 | 49 | 27 | 47 | 10 |
| Octal | 106 | 62 | 14 | 0 | 35 | 123 | 111 | 47 | 107 | 20 |
| Binary | 1000110 | 110010 | 1100 | 0 | 11101 | 1010011 | 1001001 | 100111 | 1000111 | 10000 |
Color Harmonies of #46320C
Complementary color
Monochromatic Colors of #46320C
Black with #46320C
Text Example
Text Example
White with #46320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46320C; }
p { color: rgb(70,50,12); }
H1.HeaderClassName
{
color: #46320C;
}
.AnyTagClassName
{
color: #46320C;
}
</style>
background-color css
<style>
a { background-color: #46320C; }
a { background-color: rgb(70,50,12); }
div.DivClassName
{
background-color: #46320C;
}
.BgClassName
{
background-color: #46320C;
}
</style>
border-color css
<style>
span { border-color: #46320C; }
span { border-color: rgb(70,50,12); }
td.TdClassName
{
border-color: #46320C;
}
.TagClassName
{
border-color: #46320C;
}
</style>