Shades of Mikado #46371A
Tints of Mikado #46371A
RGB
CMYK
RGB Variations
Color information
#46371A (or 0x46371A) is known color: Mikado. HEX triplet: 46, 37 and 1A. RGB value is (70,55,26). Sum of RGB (Red+Green+Blue) = 70+55+26=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46371A is #B9C8E5. Grayscale: #383838. Windows color (decimal): -12175590 or 1718086. OLE color: 1718086.
HSL color Cylindrical-coordinate representation of color #46371A: hue angle of 39.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46371A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 55 | 26 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.73 |
| HSL | 39.55º | 0.46% | 0.19% | - |
| HSV(B) | 39.55º | 0.63% | 0.27% | - |
| XYZ | 4.08 | 4.11 | 1.56 | - |
| YUV | 56.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 26 | 0 | 0.21 | 0.63 | 0.73 | 39.55 | 0.46 | 0.19 |
| Hex | 46 | 37 | 1A | 0 | 15 | 3F | 49 | 28 | 2E | 13 |
| Octal | 106 | 67 | 32 | 0 | 25 | 77 | 111 | 50 | 56 | 23 |
| Binary | 1000110 | 110111 | 11010 | 0 | 10101 | 111111 | 1001001 | 101000 | 101110 | 10011 |
Color Harmonies of #46371A
Complementary color
Monochromatic Colors of #46371A
Black with #46371A
Text Example
Text Example
White with #46371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46371A; }
p { color: rgb(70,55,26); }
H1.HeaderClassName
{
color: #46371A;
}
.AnyTagClassName
{
color: #46371A;
}
</style>
background-color css
<style>
a { background-color: #46371A; }
a { background-color: rgb(70,55,26); }
div.DivClassName
{
background-color: #46371A;
}
.BgClassName
{
background-color: #46371A;
}
</style>
border-color css
<style>
span { border-color: #46371A; }
span { border-color: rgb(70,55,26); }
td.TdClassName
{
border-color: #46371A;
}
.TagClassName
{
border-color: #46371A;
}
</style>