Shades of Mikado #463301
Tints of Mikado #463301
RGB
CMYK
RGB Variations
Color information
#463301 (or 0x463301) is known color: Mikado. HEX triplet: 46, 33 and 01. RGB value is (70,51,1). Sum of RGB (Red+Green+Blue) = 70+51+1=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #463301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463301 is #B9CCFE. Grayscale: #333333. Windows color (decimal): -12176639 or 78662. OLE color: 78662.
HSL color Cylindrical-coordinate representation of color #463301: hue angle of 43.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463301 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 51 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.73 |
| HSL | 43.48º | 0.97% | 0.14% | - |
| HSV(B) | 43.48º | 0.99% | 0.27% | - |
| XYZ | 3.72 | 3.67 | 0.54 | - |
| YUV | 50.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 1 | 0 | 0.27 | 0.99 | 0.73 | 43.48 | 0.97 | 0.14 |
| Hex | 46 | 33 | 1 | 0 | 1B | 63 | 49 | 2B | 61 | E |
| Octal | 106 | 63 | 1 | 0 | 33 | 143 | 111 | 53 | 141 | 16 |
| Binary | 1000110 | 110011 | 1 | 0 | 11011 | 1100011 | 1001001 | 101011 | 1100001 | 1110 |
Color Harmonies of #463301
Complementary color
Monochromatic Colors of #463301
Black with #463301
Text Example
Text Example
White with #463301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463301; }
p { color: rgb(70,51,1); }
H1.HeaderClassName
{
color: #463301;
}
.AnyTagClassName
{
color: #463301;
}
</style>
background-color css
<style>
a { background-color: #463301; }
a { background-color: rgb(70,51,1); }
div.DivClassName
{
background-color: #463301;
}
.BgClassName
{
background-color: #463301;
}
</style>
border-color css
<style>
span { border-color: #463301; }
span { border-color: rgb(70,51,1); }
td.TdClassName
{
border-color: #463301;
}
.TagClassName
{
border-color: #463301;
}
</style>