Shades of Mikado #393113
Tints of Mikado #393113
RGB
CMYK
RGB Variations
Color information
#393113 (or 0x393113) is known color: Mikado. HEX triplet: 39, 31 and 13. RGB value is (57,49,19). Sum of RGB (Red+Green+Blue) = 57+49+19=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #393113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393113 is #C6CEEC. Grayscale: #303030. Windows color (decimal): -13029101 or 1257785. OLE color: 1257785.
HSL color Cylindrical-coordinate representation of color #393113: hue angle of 47.37º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393113 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 49 | 19 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.78 |
| HSL | 47.37º | 0.5% | 0.15% | - |
| HSV(B) | 47.37º | 0.67% | 0.22% | - |
| XYZ | 2.9 | 3.11 | 1.06 | - |
| YUV | 47.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 19 | 0 | 0.14 | 0.67 | 0.78 | 47.37 | 0.5 | 0.15 |
| Hex | 39 | 31 | 13 | 0 | E | 43 | 4E | 2F | 32 | F |
| Octal | 71 | 61 | 23 | 0 | 16 | 103 | 116 | 57 | 62 | 17 |
| Binary | 111001 | 110001 | 10011 | 0 | 1110 | 1000011 | 1001110 | 101111 | 110010 | 1111 |
Color Harmonies of #393113
Complementary color
Monochromatic Colors of #393113
Black with #393113
Text Example
Text Example
White with #393113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393113; }
p { color: rgb(57,49,19); }
H1.HeaderClassName
{
color: #393113;
}
.AnyTagClassName
{
color: #393113;
}
</style>
background-color css
<style>
a { background-color: #393113; }
a { background-color: rgb(57,49,19); }
div.DivClassName
{
background-color: #393113;
}
.BgClassName
{
background-color: #393113;
}
</style>
border-color css
<style>
span { border-color: #393113; }
span { border-color: rgb(57,49,19); }
td.TdClassName
{
border-color: #393113;
}
.TagClassName
{
border-color: #393113;
}
</style>