Shades of Mikado #46381B
Tints of Mikado #46381B
RGB
CMYK
RGB Variations
Color information
#46381B (or 0x46381B) is known color: Mikado. HEX triplet: 46, 38 and 1B. RGB value is (70,56,27). Sum of RGB (Red+Green+Blue) = 70+56+27=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46381B is #B9C7E4. Grayscale: #393939. Windows color (decimal): -12175333 or 1783878. OLE color: 1783878.
HSL color Cylindrical-coordinate representation of color #46381B: hue angle of 40.47º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46381B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 27 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.73 |
| HSL | 40.47º | 0.44% | 0.19% | - |
| HSV(B) | 40.47º | 0.61% | 0.27% | - |
| XYZ | 4.14 | 4.21 | 1.63 | - |
| YUV | 56.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 27 | 0 | 0.20 | 0.61 | 0.73 | 40.47 | 0.44 | 0.19 |
| Hex | 46 | 38 | 1B | 0 | 14 | 3D | 49 | 28 | 2C | 13 |
| Octal | 106 | 70 | 33 | 0 | 24 | 75 | 111 | 50 | 54 | 23 |
| Binary | 1000110 | 111000 | 11011 | 0 | 10100 | 111101 | 1001001 | 101000 | 101100 | 10011 |
Color Harmonies of #46381B
Complementary color
Monochromatic Colors of #46381B
Black with #46381B
Text Example
Text Example
White with #46381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46381B; }
p { color: rgb(70,56,27); }
H1.HeaderClassName
{
color: #46381B;
}
.AnyTagClassName
{
color: #46381B;
}
</style>
background-color css
<style>
a { background-color: #46381B; }
a { background-color: rgb(70,56,27); }
div.DivClassName
{
background-color: #46381B;
}
.BgClassName
{
background-color: #46381B;
}
</style>
border-color css
<style>
span { border-color: #46381B; }
span { border-color: rgb(70,56,27); }
td.TdClassName
{
border-color: #46381B;
}
.TagClassName
{
border-color: #46381B;
}
</style>