Shades of Mikado #46391E
Tints of Mikado #46391E
RGB
CMYK
RGB Variations
Color information
#46391E (or 0x46391E) is known color: Mikado. HEX triplet: 46, 39 and 1E. RGB value is (70,57,30). Sum of RGB (Red+Green+Blue) = 70+57+30=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #46391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46391E is #B9C6E1. Grayscale: #393939. Windows color (decimal): -12175074 or 1980742. OLE color: 1980742.
HSL color Cylindrical-coordinate representation of color #46391E: hue angle of 40.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46391E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 30 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.73 |
| HSL | 40.5º | 0.4% | 0.2% | - |
| HSV(B) | 40.5º | 0.57% | 0.27% | - |
| XYZ | 4.22 | 4.32 | 1.84 | - |
| YUV | 57.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 30 | 0 | 0.19 | 0.57 | 0.73 | 40.5 | 0.4 | 0.2 |
| Hex | 46 | 39 | 1E | 0 | 13 | 39 | 49 | 28 | 28 | 14 |
| Octal | 106 | 71 | 36 | 0 | 23 | 71 | 111 | 50 | 50 | 24 |
| Binary | 1000110 | 111001 | 11110 | 0 | 10011 | 111001 | 1001001 | 101000 | 101000 | 10100 |
Color Harmonies of #46391E
Complementary color
Monochromatic Colors of #46391E
Black with #46391E
Text Example
Text Example
White with #46391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46391E; }
p { color: rgb(70,57,30); }
H1.HeaderClassName
{
color: #46391E;
}
.AnyTagClassName
{
color: #46391E;
}
</style>
background-color css
<style>
a { background-color: #46391E; }
a { background-color: rgb(70,57,30); }
div.DivClassName
{
background-color: #46391E;
}
.BgClassName
{
background-color: #46391E;
}
</style>
border-color css
<style>
span { border-color: #46391E; }
span { border-color: rgb(70,57,30); }
td.TdClassName
{
border-color: #46391E;
}
.TagClassName
{
border-color: #46391E;
}
</style>