Shades of Mikado #393116
Tints of Mikado #393116
RGB
CMYK
RGB Variations
Color information
#393116 (or 0x393116) is known color: Mikado. HEX triplet: 39, 31 and 16. RGB value is (57,49,22). Sum of RGB (Red+Green+Blue) = 57+49+22=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393116 is #C6CEE9. Grayscale: #303030. Windows color (decimal): -13029098 or 1454393. OLE color: 1454393.
HSL color Cylindrical-coordinate representation of color #393116: hue angle of 46.29º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393116 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 49 | 22 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.78 |
| HSL | 46.29º | 0.44% | 0.15% | - |
| HSV(B) | 46.29º | 0.61% | 0.22% | - |
| XYZ | 2.93 | 3.12 | 1.21 | - |
| YUV | 48.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 22 | 0 | 0.14 | 0.61 | 0.78 | 46.29 | 0.44 | 0.15 |
| Hex | 39 | 31 | 16 | 0 | E | 3D | 4E | 2E | 2C | F |
| Octal | 71 | 61 | 26 | 0 | 16 | 75 | 116 | 56 | 54 | 17 |
| Binary | 111001 | 110001 | 10110 | 0 | 1110 | 111101 | 1001110 | 101110 | 101100 | 1111 |
Color Harmonies of #393116
Complementary color
Monochromatic Colors of #393116
Black with #393116
Text Example
Text Example
White with #393116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393116; }
p { color: rgb(57,49,22); }
H1.HeaderClassName
{
color: #393116;
}
.AnyTagClassName
{
color: #393116;
}
</style>
background-color css
<style>
a { background-color: #393116; }
a { background-color: rgb(57,49,22); }
div.DivClassName
{
background-color: #393116;
}
.BgClassName
{
background-color: #393116;
}
</style>
border-color css
<style>
span { border-color: #393116; }
span { border-color: rgb(57,49,22); }
td.TdClassName
{
border-color: #393116;
}
.TagClassName
{
border-color: #393116;
}
</style>