Shades of Mikado #393211
Tints of Mikado #393211
RGB
CMYK
RGB Variations
Color information
#393211 (or 0x393211) is known color: Mikado. HEX triplet: 39, 32 and 11. RGB value is (57,50,17). Sum of RGB (Red+Green+Blue) = 57+50+17=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #393211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393211 is #C6CDEE. Grayscale: #303030. Windows color (decimal): -13028847 or 1126969. OLE color: 1126969.
HSL color Cylindrical-coordinate representation of color #393211: hue angle of 49.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393211 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 17 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.78 |
| HSL | 49.5º | 0.54% | 0.15% | - |
| HSV(B) | 49.5º | 0.7% | 0.22% | - |
| XYZ | 2.93 | 3.19 | 0.99 | - |
| YUV | 48.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 17 | 0 | 0.12 | 0.70 | 0.78 | 49.5 | 0.54 | 0.15 |
| Hex | 39 | 32 | 11 | 0 | C | 46 | 4E | 32 | 36 | F |
| Octal | 71 | 62 | 21 | 0 | 14 | 106 | 116 | 62 | 66 | 17 |
| Binary | 111001 | 110010 | 10001 | 0 | 1100 | 1000110 | 1001110 | 110010 | 110110 | 1111 |
Color Harmonies of #393211
Complementary color
Monochromatic Colors of #393211
Black with #393211
Text Example
Text Example
White with #393211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393211; }
p { color: rgb(57,50,17); }
H1.HeaderClassName
{
color: #393211;
}
.AnyTagClassName
{
color: #393211;
}
</style>
background-color css
<style>
a { background-color: #393211; }
a { background-color: rgb(57,50,17); }
div.DivClassName
{
background-color: #393211;
}
.BgClassName
{
background-color: #393211;
}
</style>
border-color css
<style>
span { border-color: #393211; }
span { border-color: rgb(57,50,17); }
td.TdClassName
{
border-color: #393211;
}
.TagClassName
{
border-color: #393211;
}
</style>