Shades of Mikado #46371C
Tints of Mikado #46371C
RGB
CMYK
RGB Variations
Color information
#46371C (or 0x46371C) is known color: Mikado. HEX triplet: 46, 37 and 1C. RGB value is (70,55,28). Sum of RGB (Red+Green+Blue) = 70+55+28=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46371C is #B9C8E3. Grayscale: #383838. Windows color (decimal): -12175588 or 1849158. OLE color: 1849158.
HSL color Cylindrical-coordinate representation of color #46371C: hue angle of 38.57º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46371C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 55 | 28 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.73 |
| HSL | 38.57º | 0.43% | 0.19% | - |
| HSV(B) | 38.57º | 0.6% | 0.27% | - |
| XYZ | 4.1 | 4.12 | 1.68 | - |
| YUV | 56.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 28 | 0 | 0.21 | 0.60 | 0.73 | 38.57 | 0.43 | 0.19 |
| Hex | 46 | 37 | 1C | 0 | 15 | 3C | 49 | 27 | 2B | 13 |
| Octal | 106 | 67 | 34 | 0 | 25 | 74 | 111 | 47 | 53 | 23 |
| Binary | 1000110 | 110111 | 11100 | 0 | 10101 | 111100 | 1001001 | 100111 | 101011 | 10011 |
Color Harmonies of #46371C
Complementary color
Monochromatic Colors of #46371C
Black with #46371C
Text Example
Text Example
White with #46371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46371C; }
p { color: rgb(70,55,28); }
H1.HeaderClassName
{
color: #46371C;
}
.AnyTagClassName
{
color: #46371C;
}
</style>
background-color css
<style>
a { background-color: #46371C; }
a { background-color: rgb(70,55,28); }
div.DivClassName
{
background-color: #46371C;
}
.BgClassName
{
background-color: #46371C;
}
</style>
border-color css
<style>
span { border-color: #46371C; }
span { border-color: rgb(70,55,28); }
td.TdClassName
{
border-color: #46371C;
}
.TagClassName
{
border-color: #46371C;
}
</style>