Shades of Mikado #463003
Tints of Mikado #463003
RGB
CMYK
RGB Variations
Color information
#463003 (or 0x463003) is known color: Mikado. HEX triplet: 46, 30 and 03. RGB value is (70,48,3). Sum of RGB (Red+Green+Blue) = 70+48+3=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #463003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463003 is #B9CFFC. Grayscale: #313131. Windows color (decimal): -12177405 or 208966. OLE color: 208966.
HSL color Cylindrical-coordinate representation of color #463003: hue angle of 40.3º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #463003 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 48 | 3 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.73 |
| HSL | 40.3º | 0.92% | 0.14% | - |
| HSV(B) | 40.3º | 0.96% | 0.27% | - |
| XYZ | 3.6 | 3.42 | 0.56 | - |
| YUV | 49.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 3 | 0 | 0.31 | 0.96 | 0.73 | 40.3 | 0.92 | 0.14 |
| Hex | 46 | 30 | 3 | 0 | 1F | 60 | 49 | 28 | 5C | E |
| Octal | 106 | 60 | 3 | 0 | 37 | 140 | 111 | 50 | 134 | 16 |
| Binary | 1000110 | 110000 | 11 | 0 | 11111 | 1100000 | 1001001 | 101000 | 1011100 | 1110 |
Color Harmonies of #463003
Complementary color
Monochromatic Colors of #463003
Black with #463003
Text Example
Text Example
White with #463003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463003; }
p { color: rgb(70,48,3); }
H1.HeaderClassName
{
color: #463003;
}
.AnyTagClassName
{
color: #463003;
}
</style>
background-color css
<style>
a { background-color: #463003; }
a { background-color: rgb(70,48,3); }
div.DivClassName
{
background-color: #463003;
}
.BgClassName
{
background-color: #463003;
}
</style>
border-color css
<style>
span { border-color: #463003; }
span { border-color: rgb(70,48,3); }
td.TdClassName
{
border-color: #463003;
}
.TagClassName
{
border-color: #463003;
}
</style>