Shades of Mikado #463100
Tints of Mikado #463100
RGB
CMYK
RGB Variations
Color information
#463100 (or 0x463100) is known color: Mikado. HEX triplet: 46, 31 and 00. RGB value is (70,49,0). Sum of RGB (Red+Green+Blue) = 70+49+0=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #463100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463100 is #B9CEFF. Grayscale: #313131. Windows color (decimal): -12177152 or 12614. OLE color: 12614.
HSL color Cylindrical-coordinate representation of color #463100: hue angle of 42º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #463100 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 49 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.73 |
| HSL | 42º | 1% | 0.14% | - |
| HSV(B) | 42º | 1% | 0.27% | - |
| XYZ | 3.62 | 3.5 | 0.48 | - |
| YUV | 49.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 0 | 0 | 0.30 | 1 | 0.73 | 42 | 1 | 0.14 |
| Hex | 46 | 31 | 0 | 0 | 1E | 64 | 49 | 2A | 64 | E |
| Octal | 106 | 61 | 0 | 0 | 36 | 144 | 111 | 52 | 144 | 16 |
| Binary | 1000110 | 110001 | 0 | 0 | 11110 | 1100100 | 1001001 | 101010 | 1100100 | 1110 |
Color Harmonies of #463100
Complementary color
Monochromatic Colors of #463100
Black with #463100
Text Example
Text Example
White with #463100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463100; }
p { color: rgb(70,49,0); }
H1.HeaderClassName
{
color: #463100;
}
.AnyTagClassName
{
color: #463100;
}
</style>
background-color css
<style>
a { background-color: #463100; }
a { background-color: rgb(70,49,0); }
div.DivClassName
{
background-color: #463100;
}
.BgClassName
{
background-color: #463100;
}
</style>
border-color css
<style>
span { border-color: #463100; }
span { border-color: rgb(70,49,0); }
td.TdClassName
{
border-color: #463100;
}
.TagClassName
{
border-color: #463100;
}
</style>