Shades of Mikado #463404
Tints of Mikado #463404
RGB
CMYK
RGB Variations
Color information
#463404 (or 0x463404) is known color: Mikado. HEX triplet: 46, 34 and 04. RGB value is (70,52,4). Sum of RGB (Red+Green+Blue) = 70+52+4=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463404 is #B9CBFB. Grayscale: #343434. Windows color (decimal): -12176380 or 275526. OLE color: 275526.
HSL color Cylindrical-coordinate representation of color #463404: hue angle of 43.64º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #463404 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 4 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.73 |
| HSL | 43.64º | 0.89% | 0.15% | - |
| HSV(B) | 43.64º | 0.94% | 0.27% | - |
| XYZ | 3.78 | 3.77 | 0.64 | - |
| YUV | 51.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 4 | 0 | 0.26 | 0.94 | 0.73 | 43.64 | 0.89 | 0.15 |
| Hex | 46 | 34 | 4 | 0 | 1A | 5E | 49 | 2C | 59 | F |
| Octal | 106 | 64 | 4 | 0 | 32 | 136 | 111 | 54 | 131 | 17 |
| Binary | 1000110 | 110100 | 100 | 0 | 11010 | 1011110 | 1001001 | 101100 | 1011001 | 1111 |
Color Harmonies of #463404
Complementary color
Monochromatic Colors of #463404
Black with #463404
Text Example
Text Example
White with #463404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463404; }
p { color: rgb(70,52,4); }
H1.HeaderClassName
{
color: #463404;
}
.AnyTagClassName
{
color: #463404;
}
</style>
background-color css
<style>
a { background-color: #463404; }
a { background-color: rgb(70,52,4); }
div.DivClassName
{
background-color: #463404;
}
.BgClassName
{
background-color: #463404;
}
</style>
border-color css
<style>
span { border-color: #463404; }
span { border-color: rgb(70,52,4); }
td.TdClassName
{
border-color: #463404;
}
.TagClassName
{
border-color: #463404;
}
</style>