Shades of Mikado #46381A
Tints of Mikado #46381A
RGB
CMYK
RGB Variations
Color information
#46381A (or 0x46381A) is known color: Mikado. HEX triplet: 46, 38 and 1A. RGB value is (70,56,26). Sum of RGB (Red+Green+Blue) = 70+56+26=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46381A is #B9C7E5. Grayscale: #383838. Windows color (decimal): -12175334 or 1718342. OLE color: 1718342.
HSL color Cylindrical-coordinate representation of color #46381A: hue angle of 40.91º 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 #46381A is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 26 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.73 |
| HSL | 40.91º | 0.46% | 0.19% | - |
| HSV(B) | 40.91º | 0.63% | 0.27% | - |
| XYZ | 4.13 | 4.21 | 1.57 | - |
| YUV | 56.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 26 | 0 | 0.20 | 0.63 | 0.73 | 40.91 | 0.46 | 0.19 |
| Hex | 46 | 38 | 1A | 0 | 14 | 3F | 49 | 29 | 2E | 13 |
| Octal | 106 | 70 | 32 | 0 | 24 | 77 | 111 | 51 | 56 | 23 |
| Binary | 1000110 | 111000 | 11010 | 0 | 10100 | 111111 | 1001001 | 101001 | 101110 | 10011 |
Color Harmonies of #46381A
Complementary color
Monochromatic Colors of #46381A
Black with #46381A
Text Example
Text Example
White with #46381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46381A; }
p { color: rgb(70,56,26); }
H1.HeaderClassName
{
color: #46381A;
}
.AnyTagClassName
{
color: #46381A;
}
</style>
background-color css
<style>
a { background-color: #46381A; }
a { background-color: rgb(70,56,26); }
div.DivClassName
{
background-color: #46381A;
}
.BgClassName
{
background-color: #46381A;
}
</style>
border-color css
<style>
span { border-color: #46381A; }
span { border-color: rgb(70,56,26); }
td.TdClassName
{
border-color: #46381A;
}
.TagClassName
{
border-color: #46381A;
}
</style>