Shades of Mikado #463005
Tints of Mikado #463005
RGB
CMYK
RGB Variations
Color information
#463005 (or 0x463005) is known color: Mikado. HEX triplet: 46, 30 and 05. RGB value is (70,48,5). Sum of RGB (Red+Green+Blue) = 70+48+5=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463005 is #B9CFFA. Grayscale: #313131. Windows color (decimal): -12177403 or 340038. OLE color: 340038.
HSL color Cylindrical-coordinate representation of color #463005: hue angle of 39.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #463005 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 48 | 5 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.73 |
| HSL | 39.69º | 0.87% | 0.15% | - |
| HSV(B) | 39.69º | 0.93% | 0.27% | - |
| XYZ | 3.61 | 3.43 | 0.61 | - |
| YUV | 49.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 5 | 0 | 0.31 | 0.93 | 0.73 | 39.69 | 0.87 | 0.15 |
| Hex | 46 | 30 | 5 | 0 | 1F | 5D | 49 | 28 | 57 | F |
| Octal | 106 | 60 | 5 | 0 | 37 | 135 | 111 | 50 | 127 | 17 |
| Binary | 1000110 | 110000 | 101 | 0 | 11111 | 1011101 | 1001001 | 101000 | 1010111 | 1111 |
Color Harmonies of #463005
Complementary color
Monochromatic Colors of #463005
Black with #463005
Text Example
Text Example
White with #463005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463005; }
p { color: rgb(70,48,5); }
H1.HeaderClassName
{
color: #463005;
}
.AnyTagClassName
{
color: #463005;
}
</style>
background-color css
<style>
a { background-color: #463005; }
a { background-color: rgb(70,48,5); }
div.DivClassName
{
background-color: #463005;
}
.BgClassName
{
background-color: #463005;
}
</style>
border-color css
<style>
span { border-color: #463005; }
span { border-color: rgb(70,48,5); }
td.TdClassName
{
border-color: #463005;
}
.TagClassName
{
border-color: #463005;
}
</style>