Shades of Mikado #46320D
Tints of Mikado #46320D
RGB
CMYK
RGB Variations
Color information
#46320D (or 0x46320D) is known color: Mikado. HEX triplet: 46, 32 and 0D. RGB value is (70,50,13). Sum of RGB (Red+Green+Blue) = 70+50+13=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46320D is #B9CDF2. Grayscale: #333333. Windows color (decimal): -12176883 or 864838. OLE color: 864838.
HSL color Cylindrical-coordinate representation of color #46320D: hue angle of 38.95º 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 #46320D is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 50 | 13 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.73 |
| HSL | 38.95º | 0.69% | 0.16% | - |
| HSV(B) | 38.95º | 0.81% | 0.27% | - |
| XYZ | 3.74 | 3.61 | 0.88 | - |
| YUV | 51.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 13 | 0 | 0.29 | 0.81 | 0.73 | 38.95 | 0.69 | 0.16 |
| Hex | 46 | 32 | D | 0 | 1D | 51 | 49 | 27 | 45 | 10 |
| Octal | 106 | 62 | 15 | 0 | 35 | 121 | 111 | 47 | 105 | 20 |
| Binary | 1000110 | 110010 | 1101 | 0 | 11101 | 1010001 | 1001001 | 100111 | 1000101 | 10000 |
Color Harmonies of #46320D
Complementary color
Monochromatic Colors of #46320D
Black with #46320D
Text Example
Text Example
White with #46320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46320D; }
p { color: rgb(70,50,13); }
H1.HeaderClassName
{
color: #46320D;
}
.AnyTagClassName
{
color: #46320D;
}
</style>
background-color css
<style>
a { background-color: #46320D; }
a { background-color: rgb(70,50,13); }
div.DivClassName
{
background-color: #46320D;
}
.BgClassName
{
background-color: #46320D;
}
</style>
border-color css
<style>
span { border-color: #46320D; }
span { border-color: rgb(70,50,13); }
td.TdClassName
{
border-color: #46320D;
}
.TagClassName
{
border-color: #46320D;
}
</style>