Shades of Mikado #463921
Tints of Mikado #463921
RGB
CMYK
RGB Variations
Color information
#463921 (or 0x463921) is known color: Mikado. HEX triplet: 46, 39 and 21. RGB value is (70,57,33). Sum of RGB (Red+Green+Blue) = 70+57+33=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463921 is #B9C6DE. Grayscale: #3A3A3A. Windows color (decimal): -12175071 or 2177350. OLE color: 2177350.
HSL color Cylindrical-coordinate representation of color #463921: hue angle of 38.92º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463921 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 33 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.73 |
| HSL | 38.92º | 0.36% | 0.2% | - |
| HSV(B) | 38.92º | 0.53% | 0.27% | - |
| XYZ | 4.26 | 4.34 | 2.05 | - |
| YUV | 58.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 33 | 0 | 0.19 | 0.53 | 0.73 | 38.92 | 0.36 | 0.2 |
| Hex | 46 | 39 | 21 | 0 | 13 | 35 | 49 | 27 | 24 | 14 |
| Octal | 106 | 71 | 41 | 0 | 23 | 65 | 111 | 47 | 44 | 24 |
| Binary | 1000110 | 111001 | 100001 | 0 | 10011 | 110101 | 1001001 | 100111 | 100100 | 10100 |
Color Harmonies of #463921
Complementary color
Monochromatic Colors of #463921
Black with #463921
Text Example
Text Example
White with #463921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463921; }
p { color: rgb(70,57,33); }
H1.HeaderClassName
{
color: #463921;
}
.AnyTagClassName
{
color: #463921;
}
</style>
background-color css
<style>
a { background-color: #463921; }
a { background-color: rgb(70,57,33); }
div.DivClassName
{
background-color: #463921;
}
.BgClassName
{
background-color: #463921;
}
</style>
border-color css
<style>
span { border-color: #463921; }
span { border-color: rgb(70,57,33); }
td.TdClassName
{
border-color: #463921;
}
.TagClassName
{
border-color: #463921;
}
</style>