Shades of Mikado #463A23
Tints of Mikado #463A23
RGB
CMYK
RGB Variations
Color information
#463A23 (or 0x463A23) is known color: Mikado. HEX triplet: 46, 3A and 23. RGB value is (70,58,35). Sum of RGB (Red+Green+Blue) = 70+58+35=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A23 is #B9C5DC. Grayscale: #3B3B3B. Windows color (decimal): -12174813 or 2308678. OLE color: 2308678.
HSL color Cylindrical-coordinate representation of color #463A23: hue angle of 39.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463A23 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 58 | 35 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.73 |
| HSL | 39.43º | 0.33% | 0.21% | - |
| HSV(B) | 39.43º | 0.5% | 0.27% | - |
| XYZ | 4.34 | 4.45 | 2.22 | - |
| YUV | 58.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 35 | 0 | 0.17 | 0.5 | 0.73 | 39.43 | 0.33 | 0.21 |
| Hex | 46 | 3A | 23 | 0 | 11 | 32 | 49 | 27 | 21 | 15 |
| Octal | 106 | 72 | 43 | 0 | 21 | 62 | 111 | 47 | 41 | 25 |
| Binary | 1000110 | 111010 | 100011 | 0 | 10001 | 110010 | 1001001 | 100111 | 100001 | 10101 |
Color Harmonies of #463A23
Complementary color
Monochromatic Colors of #463A23
Black with #463A23
Text Example
Text Example
White with #463A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A23; }
p { color: rgb(70,58,35); }
H1.HeaderClassName
{
color: #463A23;
}
.AnyTagClassName
{
color: #463A23;
}
</style>
background-color css
<style>
a { background-color: #463A23; }
a { background-color: rgb(70,58,35); }
div.DivClassName
{
background-color: #463A23;
}
.BgClassName
{
background-color: #463A23;
}
</style>
border-color css
<style>
span { border-color: #463A23; }
span { border-color: rgb(70,58,35); }
td.TdClassName
{
border-color: #463A23;
}
.TagClassName
{
border-color: #463A23;
}
</style>