Shades of Mikado #393214
Tints of Mikado #393214
RGB
CMYK
RGB Variations
Color information
#393214 (or 0x393214) is known color: Mikado. HEX triplet: 39, 32 and 14. RGB value is (57,50,20). Sum of RGB (Red+Green+Blue) = 57+50+20=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393214 is #C6CDEB. Grayscale: #303030. Windows color (decimal): -13028844 or 1323577. OLE color: 1323577.
HSL color Cylindrical-coordinate representation of color #393214: hue angle of 48.65º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393214 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 20 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.78 |
| HSL | 48.65º | 0.48% | 0.15% | - |
| HSV(B) | 48.65º | 0.65% | 0.22% | - |
| XYZ | 2.95 | 3.2 | 1.12 | - |
| YUV | 48.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 20 | 0 | 0.12 | 0.65 | 0.78 | 48.65 | 0.48 | 0.15 |
| Hex | 39 | 32 | 14 | 0 | C | 41 | 4E | 31 | 30 | F |
| Octal | 71 | 62 | 24 | 0 | 14 | 101 | 116 | 61 | 60 | 17 |
| Binary | 111001 | 110010 | 10100 | 0 | 1100 | 1000001 | 1001110 | 110001 | 110000 | 1111 |
Color Harmonies of #393214
Complementary color
Monochromatic Colors of #393214
Black with #393214
Text Example
Text Example
White with #393214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393214; }
p { color: rgb(57,50,20); }
H1.HeaderClassName
{
color: #393214;
}
.AnyTagClassName
{
color: #393214;
}
</style>
background-color css
<style>
a { background-color: #393214; }
a { background-color: rgb(57,50,20); }
div.DivClassName
{
background-color: #393214;
}
.BgClassName
{
background-color: #393214;
}
</style>
border-color css
<style>
span { border-color: #393214; }
span { border-color: rgb(57,50,20); }
td.TdClassName
{
border-color: #393214;
}
.TagClassName
{
border-color: #393214;
}
</style>