Shades of Mikado #463922
Tints of Mikado #463922
RGB
CMYK
RGB Variations
Color information
#463922 (or 0x463922) is known color: Mikado. HEX triplet: 46, 39 and 22. RGB value is (70,57,34). Sum of RGB (Red+Green+Blue) = 70+57+34=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #463922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463922 is #B9C6DD. Grayscale: #3A3A3A. Windows color (decimal): -12175070 or 2242886. OLE color: 2242886.
HSL color Cylindrical-coordinate representation of color #463922: hue angle of 38.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463922 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 34 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.73 |
| HSL | 38.33º | 0.35% | 0.2% | - |
| HSV(B) | 38.33º | 0.51% | 0.27% | - |
| XYZ | 4.28 | 4.34 | 2.13 | - |
| YUV | 58.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 34 | 0 | 0.19 | 0.51 | 0.73 | 38.33 | 0.35 | 0.2 |
| Hex | 46 | 39 | 22 | 0 | 13 | 33 | 49 | 26 | 23 | 14 |
| Octal | 106 | 71 | 42 | 0 | 23 | 63 | 111 | 46 | 43 | 24 |
| Binary | 1000110 | 111001 | 100010 | 0 | 10011 | 110011 | 1001001 | 100110 | 100011 | 10100 |
Color Harmonies of #463922
Complementary color
Monochromatic Colors of #463922
Black with #463922
Text Example
Text Example
White with #463922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463922; }
p { color: rgb(70,57,34); }
H1.HeaderClassName
{
color: #463922;
}
.AnyTagClassName
{
color: #463922;
}
</style>
background-color css
<style>
a { background-color: #463922; }
a { background-color: rgb(70,57,34); }
div.DivClassName
{
background-color: #463922;
}
.BgClassName
{
background-color: #463922;
}
</style>
border-color css
<style>
span { border-color: #463922; }
span { border-color: rgb(70,57,34); }
td.TdClassName
{
border-color: #463922;
}
.TagClassName
{
border-color: #463922;
}
</style>