Shades of Mikado #393215
Tints of Mikado #393215
RGB
CMYK
RGB Variations
Color information
#393215 (or 0x393215) is known color: Mikado. HEX triplet: 39, 32 and 15. RGB value is (57,50,21). Sum of RGB (Red+Green+Blue) = 57+50+21=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393215 is #C6CDEA. Grayscale: #303030. Windows color (decimal): -13028843 or 1389113. OLE color: 1389113.
HSL color Cylindrical-coordinate representation of color #393215: hue angle of 48.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393215 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 21 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.78 |
| HSL | 48.33º | 0.46% | 0.15% | - |
| HSV(B) | 48.33º | 0.63% | 0.22% | - |
| XYZ | 2.96 | 3.21 | 1.17 | - |
| YUV | 48.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 21 | 0 | 0.12 | 0.63 | 0.78 | 48.33 | 0.46 | 0.15 |
| Hex | 39 | 32 | 15 | 0 | C | 3F | 4E | 30 | 2E | F |
| Octal | 71 | 62 | 25 | 0 | 14 | 77 | 116 | 60 | 56 | 17 |
| Binary | 111001 | 110010 | 10101 | 0 | 1100 | 111111 | 1001110 | 110000 | 101110 | 1111 |
Color Harmonies of #393215
Complementary color
Monochromatic Colors of #393215
Black with #393215
Text Example
Text Example
White with #393215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393215; }
p { color: rgb(57,50,21); }
H1.HeaderClassName
{
color: #393215;
}
.AnyTagClassName
{
color: #393215;
}
</style>
background-color css
<style>
a { background-color: #393215; }
a { background-color: rgb(57,50,21); }
div.DivClassName
{
background-color: #393215;
}
.BgClassName
{
background-color: #393215;
}
</style>
border-color css
<style>
span { border-color: #393215; }
span { border-color: rgb(57,50,21); }
td.TdClassName
{
border-color: #393215;
}
.TagClassName
{
border-color: #393215;
}
</style>