Shades of Mikado #46320A
Tints of Mikado #46320A
RGB
CMYK
RGB Variations
Color information
#46320A (or 0x46320A) is known color: Mikado. HEX triplet: 46, 32 and 0A. RGB value is (70,50,10). Sum of RGB (Red+Green+Blue) = 70+50+10=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46320A is #B9CDF5. Grayscale: #333333. Windows color (decimal): -12176886 or 668230. OLE color: 668230.
HSL color Cylindrical-coordinate representation of color #46320A: hue angle of 40º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46320A is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 10 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.73 |
| HSL | 40º | 0.75% | 0.16% | - |
| HSV(B) | 40º | 0.86% | 0.27% | - |
| XYZ | 3.72 | 3.61 | 0.79 | - |
| YUV | 51.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 10 | 0 | 0.29 | 0.86 | 0.73 | 40 | 0.75 | 0.16 |
| Hex | 46 | 32 | A | 0 | 1D | 56 | 49 | 28 | 4B | 10 |
| Octal | 106 | 62 | 12 | 0 | 35 | 126 | 111 | 50 | 113 | 20 |
| Binary | 1000110 | 110010 | 1010 | 0 | 11101 | 1010110 | 1001001 | 101000 | 1001011 | 10000 |
Color Harmonies of #46320A
Complementary color
Monochromatic Colors of #46320A
Black with #46320A
Text Example
Text Example
White with #46320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46320A; }
p { color: rgb(70,50,10); }
H1.HeaderClassName
{
color: #46320A;
}
.AnyTagClassName
{
color: #46320A;
}
</style>
background-color css
<style>
a { background-color: #46320A; }
a { background-color: rgb(70,50,10); }
div.DivClassName
{
background-color: #46320A;
}
.BgClassName
{
background-color: #46320A;
}
</style>
border-color css
<style>
span { border-color: #46320A; }
span { border-color: rgb(70,50,10); }
td.TdClassName
{
border-color: #46320A;
}
.TagClassName
{
border-color: #46320A;
}
</style>